home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gnome / help / gnome-access-guide / C / general.xml < prev    next >
Encoding:
Text File  |  2009-04-10  |  110.6 KB  |  4,473 lines

  1. <chapter id="general">
  2. <title>General Accessibility Tips</title>
  3. <para>
  4. A number of technologies can be of assistance to people with different types of disabilities. These are covered in this section. In particular:
  5. </para>
  6. <itemizedlist>
  7. <listitem>
  8. <para>
  9. <emphasis>
  10. Essential Keyboard Commands
  11. </emphasis>
  12.  - covers some basic keyboard commands.
  13. </para>
  14. </listitem>
  15. <listitem>
  16. <para>
  17. <emphasis>
  18. Keyboard Desktop Navigation
  19. </emphasis>
  20.  - allows users to navigate the desktop without using a mouse or pointer device.
  21. </para>
  22. </listitem>
  23. <listitem>
  24. <para>
  25. <emphasis>
  26. Accessible Login
  27. </emphasis>
  28.  - users can configure the login screen to be more accessible. 
  29. </para>
  30. </listitem>
  31. </itemizedlist>
  32.  
  33. <section>
  34. <title>Essential Keyboard Commands</title>
  35. <para>
  36. Before moving forward, be sure you are familiar with these essential GNOME commands:
  37. </para>
  38. <para>
  39. <keycombo><keycap>Alt</keycap><keycap>F1</keycap></keycombo> [Debian] - display and activate the GNOME Desktop menu bar. This grants access to the <guimenu>Applications</guimenu>, <guimenu>Places</guimenu> and <guimenu>System</guimenu> menu bar items.
  40. </para>
  41. <note>
  42. <para>
  43. For Solaris and Windows systems, this key is <keycombo><keycap>Ctrl</keycap><keycap>Esc</keycap></keycombo>.
  44. </para>
  45. </note>
  46. <para>
  47. <keycombo><keycap>Alt</keycap><keycap>F2</keycap></keycombo> or <keycombo><keycap>Meta</keycap><keycap>R</keycap></keycombo> - summons the <application>Run</application> dialog, where you can issue terminal commands with or without parameters. If a file needs to be passed as one of these parameters, use the <guilabel>Run With File</guilabel> button to easily locate the file needed. This dialog also presents an alternate list of known applications which may be easier to navigate than the Debian system desktop menu (<keycombo><keycap>Alt</keycap><keycap>F1</keycap></keycombo>) approach.
  48. </para>
  49. <note>
  50. <para>
  51. For Solaris systems, this key is <keycombo><keycap>Meta</keycap><keycap>R</keycap></keycombo> (as with Microsoft Windows). A meta- or super-key is an OS-logo shift key.
  52. </para>
  53. </note>
  54. <para>
  55. <keycap>Tab</keycap> and <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> - move focus within an application between controls; use <keycap>Tab</keycap> to cycle forward through controls and <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> to cycle backwards. Controls are any user-interactive element that you can manipulate, such as buttons, drop-down lists, text fields, etc. <keycombo><keycap>Ctrl</keycap><keycap>Tab</keycap></keycombo> and <keycombo><keycap>Shift</keycap><keycap>Ctrl</keycap><keycap>Tab</keycap></keycombo> are used instead where <keycap>Tab</keycap> and <keycombo><keycap>Shift</keycap><keycap>Tab</keycap></keycombo> are reserved for use by the focused control.
  56. </para>
  57. <para>
  58. <keycombo><keycap>Alt</keycap><keycap>Tab</keycap></keycombo> and <keycombo><keycap>Shift</keycap><keycap>Alt</keycap><keycap>Tab</keycap></keycombo> - switches between currently running applications. If you have multiple programs running, use <keycombo><keycap>Alt</keycap><keycap>Tab</keycap></keycombo> to cycle forward through the applications and <keycombo><keycap>Shift</keycap><keycap>Alt</keycap><keycap>Tab</keycap></keycombo> to cycle backwards. <keycombo><keycap>Alt</keycap><keycap>Esc</keycap></keycombo> and <keycombo><keycap>Shift</keycap><keycap>Alt</keycap><keycap>Esc</keycap></keycombo> also cycle between applications, but without an application preview window.
  59. </para>
  60. </section>
  61.  
  62. <section id="sysadmin-27">
  63. <title>Accessible Login</title>
  64. <indexterm>
  65. <primary>accessible login feature</primary>
  66. </indexterm>
  67. <para>
  68. The GNOME Desktop includes an Accessible Login feature, enabling users to:
  69. </para>
  70. <itemizedlist>
  71. <listitem>
  72. <para>
  73. Log in to the desktop even if the user cannot easily use the screen, mouse, or keyboard in the usual way.
  74. </para>
  75. </listitem>
  76. <listitem>
  77. <para>
  78. Launch assistive technologies at login time by
  79. associating a user action with an assistive technology application. The user can perform the user action from the standard keyboard, or from a keyboard, pointing device, or switch device that is attached to the USB or
  80. PS/2 mouse port. These user actions are called <emphasis>gestures</emphasis>.
  81. </para>
  82. </listitem>
  83. <listitem>
  84. <para>
  85. Change the visual appearance of the login dialog before the user logs in; for example, using a high-contrast theme for better visibility.
  86. </para>
  87. </listitem>
  88. </itemizedlist>
  89. <note>
  90. <para>
  91. Accessible login features are presently 100% functioning for Solaris only.
  92. </para>
  93. </note>
  94.  
  95. <section id="sysadmin-34">
  96. <title>Enabling Accessible Login</title>
  97. <indexterm>
  98. <primary>GDM</primary>
  99. </indexterm>
  100. <para>
  101. In order to use the accessibility support for GNOME, the accessibility infrastructure must be enabled. To enable GNOME accessibility features from the command line, type the following command and then log out:
  102. </para>
  103. <para>
  104. <userinput>gconftool-2 --set "/desktop/gnome/interface/accessibility" --type boolean "True"</userinput>
  105. </para>
  106. <para>
  107. To enable GNOME accessibility features from a GUI, run the <menuchoice>
  108. <guimenuitem>System</guimenuitem>
  109. <guimenuitem>Preferences</guimenuitem>
  110. <guimenuitem>Assistive Technology</guimenuitem>
  111. </menuchoice> command from the top level menu.  Select the <guilabel>"Enable assistive technologies"</guilabel> checkbox and then press the <guilabel>"Close and Log Out"</guilabel> button.
  112. </para>
  113. <para>
  114. The next time you log in, assistive technology support will be enabled for the desktop.
  115. </para>
  116. <para>
  117. To configure GDM by using the GUI (the preferred method), perform the following steps:
  118. </para>
  119. <orderedlist>
  120. <listitem>
  121. <para>
  122. Log in as the <literal>root</literal> user.
  123. </para>
  124. </listitem>
  125. <listitem>
  126. <para>
  127. Run <application>gdmsetup</application> from a terminal; you may be advised to reboot after exiting the application.
  128. </para>
  129. </listitem>
  130. </orderedlist>
  131. <para>
  132. To configure GDM if you cannot access the GUI environment, you will need to navigate the file system and modify files:
  133. </para>
  134. <orderedlist>
  135. <listitem>
  136. <para>
  137. Log in as the <literal>root</literal> user.
  138. </para>
  139. </listitem>
  140. <listitem>
  141. <para>
  142. Open the file <filename>/etc/X11/gdm/custom.conf</filename>
  143. </para>
  144. </listitem>
  145. <listitem>
  146. <para>
  147. Search the file for the following line:
  148. </para>
  149. <para>
  150. <literal>#AddGtkModules=false</literal>
  151. </para>
  152. <para>
  153. and replace the line with the following:
  154. </para>
  155. <para>
  156. <literal>AddGtkModules=true</literal>
  157. </para>
  158. <para>
  159. This step enables the GtkModules.
  160. </para>
  161. </listitem>
  162. <listitem>
  163. <para>
  164. Search the file for the following line:
  165. </para>
  166. <para>
  167. <literal>
  168. #GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener
  169. </literal>
  170. </para>
  171. <para>
  172. and delete the <literal>#</literal> from the start of the line so that the line reads:
  173. </para>
  174. <para>
  175. <literal>
  176. GtkModulesList=gail:atk-bridge:dwellmouselistener:keymouselistener
  177. </literal>
  178. </para>
  179. <note>
  180. <para>
  181. The above lines must be displayed as single lines in the <filename>custom.conf</filename> file without line breaks. The formatting of this guide may display the lines as being longer than two lines.
  182. </para>
  183. </note>
  184. <para>
  185. This step loads all of the GtkModules to enable assistive technologies such as 
  186. <application>On-Screen Keyboard</application>
  187. and <application>Screen Reader and Magnifier
  188. </application>. You can edit the line above further to load only the GtkModules that you require to support the user base. For example: 
  189. </para>
  190. <itemizedlist>
  191. <listitem>
  192. <para>
  193. If you need to use the <application>
  194. Screen Reader and Magnifier</application>, include <literal>gail</literal> and <literal>atk-bridge</literal>.
  195. </para>
  196. </listitem>
  197. <listitem>
  198. <para>
  199. If you need to use a pointing device without buttons or switches, include <literal>gail</literal>, <literal>atk-bridge</literal> and 
  200. <literal>dwellmouselistener</literal>. 
  201. </para>
  202. </listitem>
  203. <listitem>
  204. <para>
  205. If you use pointing devices with switches, alternative physical keyboards, or switch and button devices, include <literal>keymouselistener</literal>.
  206. </para>
  207. </listitem>
  208. <listitem>
  209. <para>
  210. <application>On-Screen Keyboard</application> can operate without <literal>gail</literal> and <literal>atk-bridge</literal>, but with a reduced feature set. 
  211. </para>
  212. </listitem>
  213. </itemizedlist>
  214. <para>
  215. For optimum accessibility, include 
  216. <literal>gail</literal> and <literal>atk-bridge</literal>.
  217. </para>
  218. </listitem>
  219. <listitem>
  220. <para>
  221. Save the <filename>/etc/X11/gdm/custom.conf</filename> file.
  222. </para>
  223. <note>
  224. <para>
  225. If you make any changes to the 
  226. <filename>/etc/X11/gdm/custom.conf</filename> file after you enable GDM, you can execute the following command to restart GDM and activate the changes:
  227. </para>
  228. <para>
  229. <command>gdm-restart</command>
  230. </para>
  231. </note>
  232. </listitem>
  233. <listitem>
  234. <para>
  235. Edit the file 
  236. <filename>/etc/group</filename> and append the
  237. following to the <literal>audio</literal> line:
  238. </para>
  239. <para>
  240. <literal>,gdm</literal>
  241. </para>
  242. <para>
  243. This step ensures that speech works with GDM.
  244. </para>
  245. </listitem>
  246. <listitem>
  247. <para>
  248. Restart your system.
  249. </para>
  250. </listitem>
  251. </orderedlist>
  252. <para>
  253. <application>Xserver</application> is required for all distributions; for Linux and OpenSolaris, it should be <application>Xorg</application>. You can find them in both <filename>/etc/X11</filename> and <filename>/usr/bin</filename>. Generally for Linux there will be a symbol link in <filename>/etc/X11/X</filename> and it is always linked to the binary <filename>Xorg</filename> in <filename>/usr/bin/Xorg</filename>. For OpenSolaris, you can find this process with the command <userinput>ps -ef | grep X</userinput>.
  254. </para>
  255. <para>
  256. To enable or disable <application>Xorg</application> extensions, you can edit the file
  257. <filename>/etc/X11/xorg.conf</filename> and add the following parameters to enable different
  258. extensions:
  259. </para>
  260. <programlisting>
  261. <computeroutput>
  262. Section "Extensions"
  263.   Option "Composite"         "Enable"
  264.   Option "other extensions"  "Enable/Disable"
  265. EndSection
  266. </computeroutput>
  267. </programlisting>
  268. </section>
  269.  
  270. <section id="sysadmin-29">
  271. <title>Starting Assistive Technologies at Login</title>
  272. <indexterm>
  273. <primary>gestures</primary>
  274. </indexterm>
  275. <para>
  276. If you load the <literal>keymouselistener</literal> and <literal>dwellmouselistener</literal> GtkModules in the GDM configuration file, you can assign user actions to launch specific assistive technologies at login time. These user actions are called gestures. The gesture associations are contained in the following GDM configuration files: 
  277. </para>
  278. <itemizedlist>
  279. <listitem>
  280. <para>
  281. <filename>
  282. /etc/X11/gdm/modules/AccessKeyMouseEvents
  283. </filename>
  284. </para>
  285. </listitem>
  286. <listitem>
  287. <para>
  288. <filename>
  289. /etc/X11/gdm/modules/AccessDwellMouseEvents
  290. </filename>
  291. </para>
  292. </listitem>
  293. </itemizedlist>
  294. <note>
  295. <para>
  296. If you modify these files, you must restart your system before the changes take effect.
  297. </para>
  298. </note>
  299. <para>
  300. The following sections contain examples of the gestures that you can add to the GDM configuration files.
  301. </para>
  302. <note>
  303. <para>
  304. The gestures must be contained in a single line in the <filename>AccessKeyMouseEvents
  305. </filename> file without line breaks. The formatting of this guide might display the examples in the following sections across multiple lines. 
  306. </para>
  307. </note>
  308.  
  309. <section id="sysadmin-30">
  310. <title>Starting the Screen Reader Using a Keyboard Shortcut</title>
  311. <para>
  312. Edit the <filename>AccessKeyMouseEvents</filename> file to associate keyboard shortcuts with assistive technologies. For example, the following lines enable you to press and hold <keycombo><keycap>Ctrl</keycap><keycap>S</keycap></keycombo> or <keycombo><keycap>Ctrl</keycap><keycap>M</keycap></keycombo> for one second to either start speech or magnification:
  313. </para>
  314. <para>
  315. <literal>
  316. <Control>s 1 1000 10000 /usr/bin/orca -n -d main-window
  317. </literal>
  318. </para>
  319. <para>
  320. <literal>
  321. <Control>m 1 1000 10000 /usr/bin/orca -n -d main-window -e magnifier
  322. </literal>
  323. </para>
  324. </section>
  325.  
  326. <section id="sysadmin-31">
  327. <title>Starting On-Screen Keyboard Using a Switch or Button Gesture</title>
  328. <para>
  329. Edit the <filename>AccessKeyMouseEvents</filename> file to associate switch, key, or button gestures with assistive technologies. Since the primary input device for many <application>On-Screen Keyboard</application> 
  330. users is a switch or button, this is a good way to enable users to start <application>On-Screen Keyboard</application> at login time. 
  331. </para>
  332. <para>
  333. If there is a tendency for a user to start an 
  334. application unintentionally, you can associate the gestures with multiple switch presses or minimum durations. For example, the following line starts <application>On-Screen Keyboard</application> in inverse scanning mode when the user presses the 
  335. switch that is defined as Switch 2 three times within two seconds, for a minimum of 100 milliseconds for each press:
  336. </para>
  337. <para>
  338. <literal><Switch2>3 100 2000 gok --login --accessmethod=inversescanning
  339. --scan-action=switch1 --select-action=switch2</literal>
  340. </para>
  341. <para>
  342. Users who use single switches may prefer to start <application>On-Screen Keyboard</application> in automatic scanning mode. The following line starts <application>On-Screen Keyboard</application> in automatic scanning mode when the user presses the switch on an alternative access device for more than four seconds:
  343. </para>
  344. <para>
  345. <literal><Switch>1 4000 5000 gok --login --accessmethod=automaticscanning
  346. --scan-action=switch1 --select-action=switch1</literal>
  347. </para>
  348. <para>
  349. For information about the <application>On-Screen Keyboard</application> operating modes, see the online help for <application>On-Screen Keyboard</application>.
  350. </para>
  351. </section>
  352.  
  353. <section id="sysadmin-32">
  354. <title>Starting On-Screen Keyboard Using a Motion-Only Gesture</title>
  355. <para>
  356. You can define gestures that involve only the motion of a pointing device such as a mouse, or an alternative pointing device, such as a head pointer or trackball. The syntax of the gesture does not change depending on whether you are using a mouse or an alternative pointing device. Edit the 
  357. <filename>AccessKeyMouseEvents</filename> 
  358. file to associate motion gestures with assistive technologies.
  359. </para>
  360. <para>
  361. If the <literal>dwellmouselistener</literal> GtkModule is loaded, alternative pointing devices are temporarily latched to the core pointer. This means that if the user moves the alternative pointing device, the on-screen pointer moves.
  362. </para>
  363. <para>
  364. For example, the following line starts 
  365. <application>On-Screen Keyboard</application> in dwell mode when the user moves the on-screen pointer from inside the login dialog through the top edge, back into the dialog through the top edge, out of the dialog through the left edge, back into the dialog through the left edge, and similarly through the bottom and right edges of the dialog in a cross pattern:
  366. </para>
  367. <para>
  368. <literal>TTLLBBRR O 10000 gok --login --access-method=dwellselection
  369. --input-device=MOUSE[3]</literal>
  370. </para>
  371. <para>
  372. Note that the <literal>--input-device</literal> parameter specified in the gesture must match the name of the extended user input device, such as a head pointer or trackball, as specified in <filename>/etc/X11/XF86Config</filename>.
  373. </para>
  374. </section>
  375. </section>
  376.  
  377. <section id="sysadmin-33">
  378. <title>Additional Requirements for Accessible Login</title>
  379. <para>
  380. To enable the Accessible Login feature to use 
  381. alternative pointing devices and switch devices such as sip-and-puff switches, wheelchair-mounted switches or trackballs, you might need to modify your X server system configuration to recognize these devices. You can use most devices that emulate mouse buttons with the Accessible Login feature and <application>On-Screen Keyboard</application>, including USB single switches and mouse-like pointing devices.
  382. </para>
  383. <note>
  384. <para>
  385. You should not configure an alternative input device to control the primary on-screen pointer. This might result in undesirable behavior or cause situations from which 
  386. the user of the alternate input device cannot recover without using the primary keyboard or mouse. To prevent this problem, remove any occurrences of the attributes 
  387. <literal>SendCore</literal> or <literal>AlwaysCore</literal> from any of the 
  388. <literal>InputDevice</literal> lines in the X Server configuration file.
  389. </para>
  390. </note>
  391. </section>
  392. </section>
  393.  
  394. <section id="keynav-0">
  395. <title>Keyboard Desktop Navigation</title>
  396. <para>
  397. This section describes how to navigate the GNOME Desktop from the keyboard only. Users who have difficulty using a mouse or other pointing device can navigate and use the desktop from the keyboard.
  398. </para>
  399.  
  400. <section id="keynav-1">
  401. <title>Introduction to Keyboard Navigation</title>
  402. <para>
  403. This section describes the essential keyboard shortcuts to enable you to navigate the desktop from the keyboard.
  404. </para>
  405. <para>
  406. You can customize some of the keyboard shortcuts that are described in this chapter. The text indicates the shortcuts that you can customize. See <xref linkend="keynav-36"/> for information about how to customize keyboard shortcuts. 
  407. </para>
  408.  
  409. <section id="keynav-2">
  410. <title>Essential Keyboard Shortcuts</title>
  411. <indexterm>
  412. <primary>keyboard shortcuts</primary>
  413. <secondary>essential</secondary>
  414. </indexterm>
  415. <indexterm>
  416. <primary>caret navigation mode</primary>
  417. </indexterm>
  418. <para>
  419. The following table lists the essential keyboard shortcuts that you can use to navigate the desktop. The keyboard shortcuts that you use to navigate specific elements and controls are described in the 
  420. appropriate sections of this chapter.
  421. </para>
  422. <informaltable frame="topbot">
  423. <tgroup cols="2" colsep="0" rowsep="0">
  424. <colspec colname="colspec0" colwidth="33*"/>
  425. <colspec colname="colspec1" colwidth="67*"/>
  426. <thead>
  427. <row rowsep="1">
  428. <entry valign="top">
  429. <para>Keys</para>
  430. </entry>
  431. <entry valign="top">
  432. <para>Function</para>
  433. </entry>
  434. </row>
  435. </thead>
  436. <tbody>
  437. <row>
  438. <entry valign="top">
  439. <para>
  440. <keycap>Tab</keycap>
  441. </para>
  442. </entry>
  443. <entry valign="top">
  444. <para>
  445. Give focus to the next element or control.
  446. </para>
  447. </entry>
  448. </row>
  449. <row>
  450. <entry colname="colspec0" valign="top">
  451. <para>
  452. <keycombo><keycap>Shift</keycap><keycap>Tab
  453. </keycap></keycombo></para>
  454. </entry>
  455. <entry colname="colspec1" valign="top">
  456. <para>
  457. Reverse the navigation direction and give focus to the previous element or control. In general, the <keycap>Shift</keycap> key reverses the navigation direction.
  458. </para>
  459. </entry>
  460. </row>
  461. <row>
  462. <entry colname="colspec0" valign="top">
  463. <para>
  464. <keycombo><keycap>Ctrl</keycap><keycap>Tab
  465. </keycap></keycombo>
  466. </para>
  467. </entry>
  468. <entry colname="colspec1" valign="top">
  469. <para>
  470. Give focus to the next element or control if the <keycap>Tab</keycap> key has a specific purpose in a control. For example, if you press <keycap>Tab</keycap> in a text box, the system inserts a tab space.
  471. </para>
  472. <para>
  473. To give focus to the previous element or control, press <keycombo><keycap>Shift</keycap><keycap>Ctrl</keycap><keycap>Tab</keycap></keycombo>.
  474. </para>
  475. </entry>
  476. </row>
  477. <row>
  478. <entry colname="colspec0" valign="top">
  479. <para>arrow keys</para>
  480. </entry>
  481. <entry colname="colspec1" valign="top">
  482. <para>
  483. Navigate within an element or control.
  484. </para>
  485. </entry>
  486. </row>
  487. <row>
  488. <entry colname="colspec0" valign="top">
  489. <para>
  490. <keycap>spacebar</keycap>
  491. </para>
  492. </entry>
  493. <entry colname="colspec1" valign="top">
  494. <para>
  495. Activate the element or control that has focus. For example, if the current control is a button, this action is the equivalent of clicking on the button with a mouse.
  496. </para>
  497. </entry>
  498. </row>
  499. <row>
  500. <entry colname="colspec0" valign="top">
  501. <para>
  502. <keycap>Esc</keycap>
  503. </para>
  504. </entry>
  505. <entry colname="colspec1" valign="top">
  506. <para>Close a window, menu, or drawer.</para>
  507. </entry>
  508. </row>
  509. <row>
  510. <entry colname="colspec0">
  511. <para>
  512. <keycap>F7</keycap>
  513. </para>
  514. </entry>
  515. <entry colname="colspec1">
  516. <para>
  517. Switch to caret navigation mode. Caret navigation mode enables you to use the keyboard to select text. For more information about caret navigation mode, see 
  518. <xref linkend="keynav-52"/>.
  519. </para>
  520. </entry>
  521. </row>
  522. </tbody>
  523. </tgroup>
  524. </informaltable>
  525. </section>
  526.  
  527. <section id="keynav-3">
  528. <title>Global Keyboard Shortcuts</title>
  529. <indexterm>
  530. <primary>keyboard shortcuts</primary>
  531. <secondary>global</secondary>
  532. </indexterm>
  533. <para>
  534. The following table lists the keyboard shortcuts that you can use from any part of the GNOME Desktop. 
  535. </para>
  536. <informaltable frame="topbot">
  537. <tgroup cols="2" colsep="0" rowsep="0">
  538. <colspec colname="colspec0" colwidth="33*"/>
  539. <colspec colname="colspec1" colwidth="67*"/>
  540. <thead>
  541. <row rowsep="1">
  542. <entry valign="top">
  543. <para>Keys</para>
  544. </entry>
  545. <entry valign="top">
  546. <para>Function</para>
  547. </entry>
  548. </row>
  549. </thead>
  550. <tbody>
  551. <row>
  552. <entry valign="top">
  553. <para>
  554. <keycombo><keycap>Alt</keycap><keycap>F1</keycap>
  555. </keycombo>
  556. </para>
  557. </entry>
  558. <entry valign="top">
  559. <para>
  560. Open the <guimenu>Main Applications Menu</guimenu>.
  561. </para>
  562. <para>
  563. You can customize this keyboard shortcut.
  564. </para>
  565. <note>
  566. <para>
  567. For Solaris systems, this key is <keycap>Ctrl-Esc</keycap> (as with Microsoft Windows).
  568. </para>
  569. </note>
  570. </entry>
  571. </row>
  572. <row>
  573. <entry colname="colspec0" valign="top">
  574. <para>
  575. <keycombo><keycap>Alt</keycap><keycap>F2</keycap>
  576. </keycombo>
  577. </para>
  578. </entry>
  579. <entry colname="colspec1" valign="top">
  580. <para>
  581. Open the <guilabel>Run Application</guilabel> dialog.
  582. </para>
  583. <para>
  584. You can customize this keyboard shortcut.
  585. </para>
  586. <note>
  587. <para>
  588. For Solaris systems, this key is <keycap>Meta-R</keycap> (as with Microsoft Windows). A meta- or super-key is an OS-logo shift key.
  589. </para>
  590. </note>
  591. </entry>
  592. </row>
  593. <row>
  594. <entry colname="colspec0" valign="top">
  595. <para>
  596. <keycap>Print Screen</keycap>
  597. </para>
  598. </entry>
  599. <entry colname="colspec1" valign="top">
  600. <para>
  601. Start the screenshot application and take a screenshot of the entire screen. 
  602. </para>
  603. <para>
  604. You can customize this keyboard shortcut.
  605. </para>
  606. </entry>
  607. </row>
  608. <row>
  609. <entry colname="colspec0" valign="top">
  610. <para><keycombo><keycap>Alt</keycap><keycap>
  611. Print Screen</keycap></keycombo>
  612. </para>
  613. </entry>
  614. <entry colname="colspec1" valign="top">
  615. <para>
  616. Start the screenshot application and take a screenshot of the window that currently has focus.
  617. </para>
  618. <para>
  619. You can customize this keyboard shortcut.
  620. </para>
  621. </entry>
  622. </row>
  623. <row>
  624. <entry colname="colspec0" valign="top">
  625. <para>
  626. <keycap>F1</keycap>
  627. </para>
  628. </entry>
  629. <entry colname="colspec1" valign="top">
  630. <para>
  631. If the focused element is an application window or dialog, this keyboard shortcut opens the Help for the application.
  632. </para>
  633. </entry>
  634. </row>
  635. <row>
  636. <entry colname="colspec0" valign="top">
  637. <para>
  638. <keycombo><keycap>Ctrl</keycap><keycap>F1</keycap>
  639. </keycombo>
  640. </para>
  641. </entry>
  642. <entry colname="colspec1" valign="top">
  643. <para>
  644. If the focused element is a panel or application window, this keyboard shortcut switches the display of tooltips for the window or panel objects on and off.
  645. </para>
  646. </entry>
  647. </row>
  648. <row>
  649. <entry colname="colspec0" valign="top">
  650. <para><keycombo><keycap>Shift</keycap><keycap>F10
  651. </keycap></keycombo>
  652. </para>
  653. </entry>
  654. <entry colname="colspec1" valign="top">
  655. <para>
  656. Open a popup menu for the element that has focus (if a popup menu exists for that element).
  657. </para>
  658. </entry>
  659. </row>
  660. </tbody>
  661. </tgroup>
  662. </informaltable>
  663. </section>
  664. </section>
  665.  
  666. <section id="keynav-4">
  667. <title>Navigating the Desktop Background</title>
  668. <indexterm>
  669. <primary>keyboard shortcuts</primary>
  670. <secondary>for desktop background</secondary>
  671. </indexterm>
  672. <para>
  673. The desktop background is the part of the GNOME Desktop where there are no interface items or applications, such as panels and windows. The following table lists the keyboard shortcuts that you can use to navigate the desktop background and the desktop background objects. A desktop background object is an icon on the desktop background that you can use to open files, folders, or applications. 
  674. </para>
  675. <informaltable frame="topbot">
  676. <tgroup cols="2" colsep="0" rowsep="0">
  677. <colspec colname="colspec0" colwidth="33*"/>
  678. <colspec colname="colspec1" colwidth="67*"/>
  679. <thead>
  680. <row rowsep="1">
  681. <entry valign="top">
  682. <para>Keys</para>
  683. </entry>
  684. <entry valign="top">
  685. <para>Function</para>
  686. </entry>
  687. </row>
  688. </thead>
  689. <tbody>
  690. <row>
  691. <entry valign="top">
  692. <para>
  693. <keycombo><keycap>Ctrl</keycap><keycap>Alt
  694. </keycap><keycap>D</keycap></keycombo>
  695. </para>
  696. </entry>
  697. <entry valign="top">
  698. <para>
  699. Temporarily hide all windows and give focus to the desktop background.
  700. </para>
  701. <para>
  702. To restore the windows, press <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>D</keycap></keycombo> again.
  703. </para>
  704. <para>
  705. You can customize this keyboard shortcut.
  706. </para>
  707. <note>
  708. <para>
  709. For Solaris systems, this key is <keycap>Meta-D</keycap> (as with Microsoft Windows). A meta- or super-key is an OS-logo shift key.
  710. </para>
  711. </note>
  712.  
  713. </entry>
  714. </row>
  715. <row>
  716. <entry colname="colspec0" valign="top">
  717. <para>
  718. <keycombo><keycap>Ctrl</keycap><keycap>Alt
  719. </keycap><keycap>Tab</keycap></keycombo>
  720. </para>
  721. </entry>
  722. <entry colname="colspec1" valign="top">
  723. <para>
  724. Display a popup window with icons that represent the desktop background and the panels. Press and hold <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap></keycombo> and continue to press <keycap>Tab</keycap> to switch the focus between the desktop background and the panels. 
  725. </para>
  726. <para>
  727. You can customize this keyboard shortcut.
  728. </para>
  729. </entry>
  730. </row>
  731. <!--<row>
  732. <entry colname="colspec0" valign="top">
  733. <para>
  734. <keycap>Tab</keycap>
  735. </para>
  736. </entry>
  737. <entry colname="colspec1" valign="top">
  738. <para>
  739. When the desktop background or a desktop background 
  740. object has focus, give focus to the next desktop 
  741. background object in alphabetical order.
  742. </para>
  743. </entry>
  744. </row>-->
  745. <row>
  746. <entry colname="colspec0" valign="top">
  747. <para>arrow keys</para>
  748. </entry>
  749. <entry colname="colspec1" valign="top">
  750. <para>
  751. Give focus to a neighboring desktop background object (if the desktop has focus).
  752. </para>
  753. </entry>
  754. </row>
  755. <row>
  756. <entry colname="colspec0" valign="top">
  757. <para>
  758. A sequence of characters that matches the first <replaceable>n</replaceable> 
  759. characters of a desktop background object name.
  760. </para>
  761. </entry>
  762. <entry colname="colspec1" valign="top">
  763. <para>
  764. If the desktop background has focus, give focus to the desktop background object whose name starts with the specified sequence of characters.
  765. </para>
  766. </entry>
  767. </row>
  768. <row>
  769. <entry colname="colspec0" valign="top">
  770. <para>
  771. <keycap>F2</keycap>
  772. </para>
  773. </entry>
  774. <entry colname="colspec1" valign="top">
  775. <para>
  776. Rename the desktop background object that has focus.
  777. </para>
  778. </entry>
  779. </row>
  780. <row>
  781. <entry colname="colspec0" valign="top">
  782. <para><keycombo><keycap>Shift</keycap><keycap>
  783. F10</keycap></keycombo></para>
  784. </entry>
  785. <entry colname="colspec1" valign="top">
  786. <para>
  787. Open the popup menu for the desktop background object that has focus.
  788. </para>
  789. </entry>
  790. </row>
  791. <row>
  792. <entry colname="colspec0" valign="top">
  793. <para><keycombo><keycap>Ctrl</keycap>
  794. <keycap>F10</keycap></keycombo></para>
  795. </entry>
  796. <entry colname="colspec1" valign="top">
  797. <para>
  798. Open the <guimenu>Desktop Background</guimenu> menu.
  799. </para>
  800. </entry>
  801. </row>
  802. </tbody>
  803. </tgroup>
  804. </informaltable>
  805. </section>
  806.  
  807. <section id="keynav-5">
  808. <title>Navigating Panels</title>
  809. <indexterm>
  810. <primary>keyboard shortcuts</primary>
  811. <secondary>for panels</secondary>
  812. </indexterm>
  813. <para>
  814. A panel is an area from which you can run special programs, applications, and panel applications. The most common panel is the panel that stretches the full width of the bottom edge of the desktop. The following
  815. table lists the keyboard shortcuts that you can use to navigate panels and panel objects.
  816. </para>
  817. <informaltable frame="topbot">
  818. <tgroup cols="2" colsep="0" rowsep="0">
  819. <colspec colname="colspec0" colwidth="33*"/>
  820. <colspec colname="colspec1" colwidth="67*"/>
  821. <thead>
  822. <row rowsep="1">
  823. <entry valign="top">
  824. <para>Keys</para>
  825. </entry>
  826. <entry valign="top">
  827. <para>Function</para>
  828. </entry>
  829. </row>
  830. </thead>
  831. <tbody>
  832. <row>
  833. <entry valign="top">
  834. <para><keycombo><keycap>Ctrl</keycap>
  835. <keycap>Alt</keycap><keycap>Tab</keycap></keycombo>
  836. </para>
  837. </entry>
  838. <entry valign="top">
  839. <para>
  840. Give focus to a panel. This keyboard shortcut displays a popup window with icons that represent the desktop background, panels, and drawers. Press and hold 
  841. <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap></keycombo> and continue to press <keycap>Tab</keycap> to switch the focus between the desktop background, panels, and drawers. If you're especially dexterous, you can add <keycap>Shift</keycap> to go in reverse.
  842. </para>
  843. <para>
  844. You can customize this keyboard shortcut.
  845. </para>
  846. </entry>
  847. </row>
  848. <row>
  849. <entry colname="colspec0" valign="top">
  850. <para>
  851. <keycap>Tab</keycap>
  852. </para>
  853. </entry>
  854. <entry colname="colspec1" valign="top">
  855. <para>
  856. Give focus to the next object on the panel.
  857. </para>
  858. </entry>
  859. </row>
  860. <row>
  861. <entry colname="colspec0" valign="top">
  862. <para>
  863. <keycap>F10</keycap>
  864. </para>
  865. </entry>
  866. <entry colname="colspec1" valign="top">
  867. <para>
  868. Open the <guimenu>Applications</guimenu> menu when the Menu Panel has focus. Continue to press <keycap>F10</keycap> to switch focus between the <guimenu>Applications</guimenu> menu and the window list. This key behavior may alter slightly depending on context and specific user setup.
  869. </para>
  870. </entry>
  871. </row>
  872. <row>
  873. <entry colname="colspec0" valign="top">
  874. <para>
  875. <keycap>spacebar</keycap>
  876. </para>
  877. </entry>
  878. <entry colname="colspec1" valign="top">
  879. <para>
  880. Activate a panel object; for example, open a menu or start a launcher (icon shortcut).
  881. </para>
  882. </entry>
  883. </row>
  884. <row>
  885. <entry colname="colspec0" valign="top">
  886. <para><keycombo><keycap>Shift</keycap><keycap>F10
  887. </keycap></keycombo>
  888. </para>
  889. </entry>
  890. <entry colname="colspec1" valign="top">
  891. <para>
  892. Open the panel object popup menu.
  893. </para>
  894. </entry>
  895. </row>
  896. <row>
  897. <entry colname="colspec0" valign="top">
  898. <para><keycombo><keycap>Ctrl</keycap><keycap>F10
  899. </keycap></keycombo></para>
  900. </entry>
  901. <entry colname="colspec1" valign="top">
  902. <para>
  903. Open the panel popup menu.
  904. </para>
  905. </entry>
  906. </row>
  907. </tbody>
  908. </tgroup>
  909. </informaltable>
  910.  
  911. <section id="keynav-6">
  912. <title>Moving Panel Objects</title>
  913. <indexterm>
  914. <primary>keyboard shortcuts</primary>
  915. <secondary>to move a panel
  916. object</secondary>
  917. </indexterm>
  918. <para>
  919. You can move a focused panel object to a different location on a panel or drawer, or you can move the object to the next panel. To move a panel object, perform the following steps:
  920. </para>
  921. <orderedlist>
  922. <listitem>
  923. <para>
  924. Press <keycap>Tab</keycap> to give focus to the object.
  925. </para>
  926. </listitem>
  927. <listitem>
  928. <para>
  929. Press <keycombo><keycap>Shift</keycap><keycap>F10</keycap></keycombo> to open the panel object popup menu.
  930. </para>
  931. </listitem>
  932. <listitem>
  933. <para>
  934. Use the arrow keys to select the <guimenuitem>
  935. Move</guimenuitem> menu item.
  936. </para>
  937. </listitem>
  938. <listitem>
  939. <para>
  940. Use the keyboard shortcuts that are listed in the following table to perform the move operation:
  941. </para>
  942. <informaltable frame="topbot">
  943. <tgroup cols="2" colsep="0" rowsep="0">
  944. <colspec colname="colspec0" colwidth="33*"/>
  945. <colspec colname="colspec1" colwidth="67*"/>
  946. <thead>
  947. <row rowsep="1">
  948. <entry valign="top">
  949. <para>Keys</para>
  950. </entry>
  951. <entry valign="top">
  952. <para>Function</para>
  953. </entry>
  954. </row>
  955. </thead>
  956. <tbody>
  957. <row>
  958. <entry valign="top">
  959. <para>arrow keys</para>
  960. </entry>
  961. <entry valign="top">
  962. <para>
  963. Move the object left/right on a horizontal panel, or up/down on a vertical panel.
  964. </para>
  965. </entry>
  966. </row>
  967. <row>
  968. <entry colname="colspec0" valign="top">
  969. <para><keycap>Shift</keycap> + arrow keys</para>
  970. </entry>
  971. <entry colname="colspec1" valign="top">
  972. <para>
  973. Move the object with focus, swapping positions with any other objects encountered.
  974. </para>
  975. </entry>
  976. </row>
  977. <row>
  978. <entry colname="colspec0" valign="top">
  979. <para><keycap>Ctrl</keycap> + arrow keys
  980. </para>
  981. </entry>
  982. <entry colname="colspec1" valign="top">
  983. <para>
  984. Move the object, swapping positions with any other objects that you encounter in the move.
  985. </para>
  986. </entry>
  987. </row>
  988. <row>
  989. <entry colname="colspec0" valign="top">
  990. <para>
  991. <keycap>Tab</keycap>
  992. </para>
  993. </entry>
  994. <entry colname="colspec1" valign="top">
  995. <para>
  996. Move the object to the next panel.
  997. </para>
  998. </entry>
  999. </row>
  1000. <row>
  1001. <entry colname="colspec0" valign="top">
  1002. <para>
  1003. <keycap>spacebar</keycap>
  1004. </para>
  1005. </entry>
  1006. <entry colname="colspec1" valign="top">
  1007. <para>Complete the move operation.</para>
  1008. </entry>
  1009. </row>
  1010. </tbody>
  1011. </tgroup>
  1012. </informaltable>
  1013. </listitem>
  1014. </orderedlist>
  1015. <para>
  1016. The following examples demonstrate the effect of different move operations on the objects in a panel:
  1017. </para>
  1018. <informaltable frame="topbot">
  1019. <tgroup cols="2" colsep="0" rowsep="0">
  1020. <colspec colname="colspec0" colwidth="50*"/>
  1021. <colspec colname="colspec1" colwidth="50*"/>
  1022. <thead>
  1023. <row rowsep="1">
  1024. <entry valign="top">
  1025. <para>Illustration</para>
  1026. </entry>
  1027. <entry valign="top">
  1028. <para>Description</para>
  1029. </entry>
  1030. </row>
  1031. </thead>
  1032. <tbody>
  1033. <row>
  1034. <entry valign="top">
  1035. <screenshot>
  1036. <mediaobject>
  1037. <imageobject>
  1038. <imagedata 
  1039. fileref="figures/move_object_before.png" 
  1040. format="PNG"/>
  1041. </imageobject>
  1042. <textobject>
  1043. <phrase>
  1044. Portion of a panel with three objects  displayed in the following order from left to right: <application>Geyes</application> icon, <application>Volume Control</application> icon, and <application>Help</application> icon.
  1045. </phrase>
  1046. </textobject>
  1047. </mediaobject>
  1048. </screenshot>
  1049. </entry>
  1050. <entry valign="top">
  1051. <para>
  1052. Show a panel with three panel objects before a move operation takes place.
  1053. </para>
  1054. </entry>
  1055. </row>
  1056. <row>
  1057. <entry colname="colspec0" valign="top">
  1058. <screenshot>
  1059. <mediaobject>
  1060. <imageobject>
  1061. <imagedata fileref="figures/move_object_arrows.png" 
  1062. format="PNG"/>
  1063. </imageobject>
  1064. <textobject>
  1065. <phrase>
  1066. Portion of a panel with three objects displayed in the following order from left to right: <application>Geyes</application> icon, <application>Volume Control</application> icon, and <application>Help</application> icon. 
  1067. </phrase>
  1068. </textobject>
  1069. </mediaobject>
  1070. </screenshot>
  1071. </entry>
  1072. <entry colname="colspec1" valign="top">
  1073. <para>
  1074. Shows the effect of using the arrow keys to move the <application>Geyes</application> panel application on the panel. You can use the arrow keys to move the panel application left or right until you meet the next panel 
  1075. object.
  1076. </para>
  1077. </entry>
  1078. </row>
  1079. <row>
  1080. <entry colname="colspec0" valign="top">
  1081. <screenshot>
  1082. <mediaobject>
  1083. <imageobject>
  1084. <imagedata fileref="figures/move_object_push.png" 
  1085. format="PNG"/>
  1086. </imageobject>
  1087. <textobject>
  1088. <phrase>
  1089. Portion of a panel with three objects displayed in the following order from left to right: <application>Geyes</application> icon, <application>Volume Control</application> icon, and <application>Help</application> icon.
  1090. </phrase>
  1091. </textobject>
  1092. </mediaobject>
  1093. </screenshot>
  1094. </entry>
  1095. <entry colname="colspec1" valign="top">
  1096. <para>
  1097. Shows the effect of using <keycap>Shift</keycap> + arrow keys to move the <application>Geyes</application> panel application on the panel. You can use the 
  1098. <keycap>Shift</keycap> + arrow keys to push the <application>Volume Control</application>
  1099. and <application>Help</application> panel objects ahead of the object that you are moving.
  1100. </para>
  1101. </entry>
  1102. </row>
  1103. <row>
  1104. <entry colname="colspec0" valign="top">
  1105. <screenshot>
  1106. <mediaobject>
  1107. <imageobject>
  1108. <imagedata fileref="figures/move_object_jump.png" 
  1109. format="PNG"/>
  1110. </imageobject>
  1111. <textobject>
  1112. <phrase>
  1113. Portion of a panel with three objects displayed in the following order from left to right: <application>Volume Control</application> icon, <application>Help</application> icon, and <application>Geyes</application> icon.
  1114. </phrase>
  1115. </textobject>
  1116. </mediaobject>
  1117. </screenshot>
  1118. </entry>
  1119. <entry colname="colspec1" valign="top">
  1120. <para>
  1121. Shows the effect of using <keycap>Ctrl</keycap> + arrow keys to move the <application>Geyes</application> panel 
  1122. application on the panel. You can use the <keycap>Ctrl</keycap> + arrow keys to swap positions with the <application>Volume Control</application> and <application>Help</application> panel objects as you meet the objects.
  1123. </para>
  1124. </entry>
  1125. </row>
  1126. </tbody>
  1127. </tgroup>
  1128. </informaltable>
  1129. <note>
  1130. <para>
  1131. Panel applications that are <guilabel>Locked</guilabel> cannot be moved. To unlock a panel application, use the <guimenu>panel object</guimenu> menu and deselect the <guimenuitem>Lock to Panel</guimenuitem> option.
  1132. </para>
  1133. </note>
  1134. </section>
  1135.  
  1136. <section id="keynav-7">
  1137. <title>Navigating Drawers</title>
  1138. <indexterm>
  1139. <primary>keyboard shortcuts</primary>
  1140. <secondary>for drawers</secondary>
  1141. </indexterm>
  1142. <para>
  1143. A drawer is a collapsible extension of a panel. The following table lists the keyboard shortcuts that you can use to navigate into and out of drawers. When you open a drawer, you can navigate the contents of the drawer in the same way as you navigate a panel. See 
  1144. <xref linkend="keynav-5"/> for information about how to navigate a panel.
  1145. </para>
  1146. <informaltable frame="topbot">
  1147. <tgroup cols="2" colsep="0" rowsep="0">
  1148. <colspec colname="colspec0" colwidth="33*"/>
  1149. <colspec colname="colspec1" colwidth="67*"/>
  1150. <thead>
  1151. <row rowsep="1">
  1152. <entry valign="top">
  1153. <para>Keys</para>
  1154. </entry>
  1155. <entry valign="top">
  1156. <para>Function</para>
  1157. </entry>
  1158. </row>
  1159. </thead>
  1160. <tbody>
  1161. <row>
  1162. <entry valign="top">
  1163. <para>
  1164. <keycap>spacebar</keycap>
  1165. </para>
  1166. </entry>
  1167. <entry valign="top">
  1168. <para>
  1169. Open or close the drawer that has focus.
  1170. </para>
  1171. </entry>
  1172. </row>
  1173. <row>
  1174. <entry colname="colspec0" valign="top">
  1175. <para>arrow keys</para>
  1176. </entry>
  1177. <entry colname="colspec1" valign="top">
  1178. <para>
  1179. Navigate into the drawer that has focus.
  1180. </para>
  1181. </entry>
  1182. </row>
  1183. <row>
  1184. <entry colname="colspec0" valign="top">
  1185. <para>
  1186. <keycap>Esc</keycap>
  1187. </para>
  1188. </entry>
  1189. <entry colname="colspec1" valign="top">
  1190. <para>
  1191. Close the drawer and give focus to the drawer object on the panel.
  1192. </para>
  1193. </entry>
  1194. </row>
  1195. <!--<row>
  1196. <entry colname="colspec0" valign="top">
  1197. <para><keycombo><keycap>Shift</keycap><keycap>Esc
  1198. </keycap></keycombo></para>
  1199. </entry>
  1200. <entry colname="colspec1" valign="top">
  1201. <para>
  1202. Gives focus to the drawer object on the panel and leaves 
  1203. the drawer open.
  1204. </para>
  1205. </entry>
  1206. </row>-->
  1207. </tbody>
  1208. </tgroup>
  1209. </informaltable>
  1210. </section>
  1211.  
  1212. <section id="keynav-8">
  1213. <title>Navigating Panel Menus</title>
  1214. <indexterm>
  1215. <primary>keyboard shortcuts</primary>
  1216. <secondary>for menus on panels</secondary>
  1217. </indexterm>
  1218. <para>
  1219. The following table lists the keyboard shortcuts that you can use to navigate menus on panels:
  1220. </para>
  1221. <informaltable frame="topbot">
  1222. <tgroup cols="2" colsep="0" rowsep="0">
  1223. <colspec colname="colspec0" colwidth="33*"/>
  1224. <colspec colname="colspec1" colwidth="67*"/>
  1225. <thead>
  1226. <row rowsep="1">
  1227. <entry valign="top">
  1228. <para>Keys</para>
  1229. </entry>
  1230. <entry valign="top">
  1231. <para>Function</para>
  1232. </entry>
  1233. </row>
  1234. </thead>
  1235. <tbody>
  1236. <row>
  1237. <entry valign="top">
  1238. <para>
  1239. <keycap>spacebar</keycap>
  1240. </para>
  1241. </entry>
  1242. <entry valign="top">
  1243. <para>
  1244. Open the menu that has focus.
  1245. </para>
  1246. </entry>
  1247. </row>
  1248. <row>
  1249. <entry colname="colspec0" valign="top">
  1250. <para>arrow keys</para>
  1251. </entry>
  1252. <entry colname="colspec1" valign="top">
  1253. <para>Navigate the menu.</para>
  1254. </entry>
  1255. </row>
  1256. <row>
  1257. <entry colname="colspec0" valign="top">
  1258. <para>
  1259. <keycap>spacebar</keycap>
  1260. </para>
  1261. </entry>
  1262. <entry colname="colspec1" valign="top">
  1263. <para>Select a menu item.</para>
  1264. </entry>
  1265. </row>
  1266. <row>
  1267. <entry colname="colspec0" valign="top">
  1268. <para><keycombo><keycap>Shift</keycap><keycap>F10</keycap></keycombo></para>
  1269. </entry>
  1270. <entry colname="colspec1" valign="top">
  1271. <para>
  1272. Open the popup menu associated with a menu item (if one exists).
  1273. </para>
  1274. </entry>
  1275. </row>
  1276. <row>
  1277. <entry colname="colspec0" valign="top">
  1278. <para>
  1279. <keycap>Esc</keycap>
  1280. </para>
  1281. </entry>
  1282. <entry colname="colspec1" valign="top">
  1283. <para>Close a menu.</para>
  1284. </entry>
  1285. </row>
  1286. </tbody>
  1287. </tgroup>
  1288. </informaltable>
  1289. </section>
  1290.  
  1291. <section id="keynav-9">
  1292. <title>Navigating Panel Applications</title>
  1293. <indexterm>
  1294. <primary>keyboard shortcuts</primary>
  1295. <secondary>for panel applications</secondary>
  1296. </indexterm>
  1297. <para>
  1298. A panel application is a small application that resides on a panel. You can navigate to all panel applications and open the panel application popup menu from the keyboard. However, if the panel application does not contain controls that you can give focus to, 
  1299. you cannot navigate the controls in the panel application. The following table lists the keyboard shortcuts that you can use to navigate panel applications. 
  1300. </para>
  1301. <informaltable frame="topbot">
  1302. <tgroup cols="2" colsep="0" rowsep="0">
  1303. <colspec colname="colspec0" colwidth="33*"/>
  1304. <colspec colname="colspec1" colwidth="67*"/>
  1305. <thead>
  1306. <row rowsep="1">
  1307. <entry valign="top">
  1308. <para>Keys</para>
  1309. </entry>
  1310. <entry valign="top">
  1311. <para>Function</para>
  1312. </entry>
  1313. </row>
  1314. </thead>
  1315. <tbody>
  1316. <row>
  1317. <entry valign="top">
  1318. <para>
  1319. <keycap>spacebar</keycap>
  1320. </para>
  1321. </entry>
  1322. <entry valign="top">
  1323. <para>
  1324. Activate the panel application control that has focus, if applicable. Not all panel applications contain controls that you can activate. If the panel application does not contain a control that you can activate,
  1325. the <keycap>spacebar</keycap> does nothing. 
  1326. </para>
  1327. </entry>
  1328. </row>
  1329. <row>
  1330. <entry colname="colspec0" valign="top">
  1331. <para>arrow keys</para>
  1332. </entry>
  1333. <entry colname="colspec1" valign="top">
  1334. <para>
  1335. Navigate the controls on the panel application.
  1336. </para>
  1337. </entry>
  1338. </row>
  1339. <row>
  1340. <entry colname="colspec0" valign="top">
  1341. <para><keycombo><keycap>Shift</keycap>
  1342. <keycap>F10</keycap></keycombo></para>
  1343. </entry>
  1344. <entry colname="colspec1" valign="top">
  1345. <para>
  1346. Open the panel application popup menu. To navigate the menu, use the standard keyboard shortcuts for navigating menus. See <xref linkend="keynav-24"/> for information
  1347. about how to navigate menus.
  1348. </para>
  1349. </entry>
  1350. </row>
  1351. </tbody>
  1352. </tgroup>
  1353. </informaltable>
  1354. </section>
  1355. </section>
  1356.  
  1357. <section id="keynav-10">
  1358. <title>Navigating Workspaces</title>
  1359. <indexterm>
  1360. <primary>keyboard shortcuts</primary>
  1361. <secondary>for workspaces</secondary>
  1362. </indexterm>
  1363. <para>
  1364. A workspace is a discrete area in which you
  1365. can work. You can have many workspaces on your desktop and you can switch from one workspace to another. Each workspace can 
  1366. contain different windows and processes. The following table lists the keyboard shortcuts that you can use to navigate workspaces:
  1367. </para>
  1368. <informaltable frame="topbot">
  1369. <tgroup cols="2" colsep="0" rowsep="0">
  1370. <colspec colname="colspec0" colwidth="33*"/>
  1371. <colspec colname="colspec1" colwidth="67*"/>
  1372. <thead>
  1373. <row rowsep="1">
  1374. <entry valign="top">
  1375. <para>Keys</para>
  1376. </entry>
  1377. <entry valign="top">
  1378. <para>Function</para>
  1379. </entry>
  1380. </row>
  1381. </thead>
  1382. <tbody>
  1383. <row>
  1384. <entry valign="top">
  1385. <para><keycombo><keycap>Ctrl</keycap>
  1386. <keycap>Alt</keycap></keycombo> + arrow keys</para>
  1387. </entry>
  1388. <entry valign="top">
  1389. <para>
  1390. Give focus to the next or previous workspace. This keyboard shortcut displays a popup window with icons that represent the workspaces. Press and hold  <keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap></keycombo> and continue to press the arrow keys to switch the focus between the workspaces. 
  1391. </para>
  1392. <para>
  1393. You can customize this keyboard shortcut.
  1394. </para>
  1395. </entry>
  1396. </row>
  1397. <row>
  1398. <entry colname="colspec0" valign="top">
  1399. <para><keycombo><keycap>Ctrl</keycap>
  1400. <keycap>Shift</keycap><keycap>Alt</keycap>
  1401. </keycombo> + arrow keys</para>
  1402. </entry>
  1403. <entry colname="colspec1" valign="top">
  1404. <para>
  1405. Move the window that has focus to the next or previous workspace.
  1406. </para>
  1407. <para>
  1408. You can customize this keyboard shortcut.
  1409. </para>
  1410. </entry>
  1411. </row>
  1412. </tbody>
  1413. </tgroup>
  1414. </informaltable>
  1415. </section>
  1416.  
  1417. <section id="keynav-11">
  1418. <title>Navigating Windows</title>
  1419. <indexterm>
  1420. <primary>keyboard shortcuts</primary>
  1421. <secondary>for windows</secondary>
  1422. </indexterm>
  1423. <para>
  1424. The following sections describe the keyboard shortcuts that you can use to navigate windows. A window is a rectangular frame on your screen that displays an application.
  1425. </para>
  1426. <note>
  1427. <para>
  1428. You can customize all of the keyboard shortcuts that are associated with navigating windows. See <xref linkend="keynav-10"/> for more information.
  1429. </para>
  1430. </note>
  1431.  
  1432. <section id="keynav-12">
  1433. <title>Giving Focus to Windows</title>
  1434. <indexterm>
  1435. <primary>keyboard shortcuts</primary>
  1436. <secondary>to give focus to
  1437. a window</secondary>
  1438. </indexterm>
  1439. <para>
  1440. Before you can use or modify a window, you must give focus to the window. The following table lists the keyboard shortcuts that you can use to give focus to a window:
  1441. </para>
  1442. <informaltable frame="topbot">
  1443. <tgroup cols="2" colsep="0" rowsep="0">
  1444. <colspec colname="colspec0" colwidth="33*"/>
  1445. <colspec colname="colspec1" colwidth="67*"/>
  1446. <thead>
  1447. <row rowsep="1">
  1448. <entry valign="top">
  1449. <para>Keys</para>
  1450. </entry>
  1451. <entry valign="top">
  1452. <para>Function</para>
  1453. </entry>
  1454. </row>
  1455. </thead>
  1456. <tbody>
  1457. <row>
  1458. <entry valign="top">
  1459. <para><keycombo><keycap>Alt</keycap>
  1460. <keycap>Tab</keycap></keycombo></para>
  1461. </entry>
  1462. <entry valign="top">
  1463. <para>
  1464. Display a popup window with icons that represent each window. Press and hold <keycap>Alt</keycap> and continue to press <keycap>Tab</keycap> to move through the windows until you reach the window you want to have focus.
  1465. </para>
  1466. </entry>
  1467. </row>
  1468. <row>
  1469. <entry colname="colspec0" valign="top">
  1470. <para><keycombo><keycap>Alt</keycap><keycap>Esc
  1471. </keycap></keycombo></para>
  1472. </entry>
  1473. <entry colname="colspec1" valign="top">
  1474. <para>
  1475. Raise each window in turn until you reach the window you want.
  1476. </para>
  1477. </entry>
  1478. </row>
  1479.  
  1480. <row>
  1481. <entry colname="colspec0" valign="top">
  1482. <para><keycombo><keycap>Alt</keycap><keycap>F6
  1483. </keycap></keycombo></para>
  1484. </entry>
  1485. <entry colname="colspec1" valign="top">
  1486. <para>
  1487. Cycle between windows belonging to the current application (eg, a multiple document interface application like <application>Text Editor</application>).
  1488. </para>
  1489. </entry>
  1490. </row>
  1491.  
  1492.  
  1493. </tbody>
  1494. </tgroup>
  1495. </informaltable>
  1496. </section>
  1497.  
  1498. <section id="keynav-13">
  1499. <title>Controlling Windows</title>
  1500. <indexterm>
  1501. <primary>keyboard shortcuts</primary>
  1502. <secondary>to control a window</secondary>
  1503. </indexterm>
  1504. <para>
  1505. When a window has focus, you can perform various actions on the window. The following table lists the keyboard shortcuts that
  1506. you can use to control the window that has focus:
  1507. </para>
  1508. <informaltable frame="topbot">
  1509. <tgroup cols="2" colsep="0" rowsep="0">
  1510. <colspec colname="colspec0" colwidth="33*"/>
  1511. <colspec colname="colspec1" colwidth="67*"/>
  1512. <thead>
  1513. <row rowsep="1">
  1514. <entry valign="top">
  1515. <para>Keys</para>
  1516. </entry>
  1517. <entry valign="top">
  1518. <para>Function</para>
  1519. </entry>
  1520. </row>
  1521. </thead>
  1522. <tbody>
  1523. <row>
  1524. <entry valign="top">
  1525. <para><keycombo><keycap>Alt</keycap><keycap>
  1526. spacebar</keycap></keycombo></para>
  1527. </entry>
  1528. <entry valign="top">
  1529. <para>
  1530. Open the <guimenu>Window</guimenu> menu.
  1531. </para>
  1532. </entry>
  1533. </row>
  1534. <row>
  1535. <entry colname="colspec0" valign="top">
  1536. <para><keycombo><keycap>Alt</keycap><keycap>F4
  1537. </keycap></keycombo></para>
  1538. </entry>
  1539. <entry colname="colspec1" valign="top">
  1540. <para>
  1541. Close the window.
  1542. </para>
  1543. </entry>
  1544. </row>
  1545. <row>
  1546. <entry colname="colspec0" valign="top">
  1547. <para>
  1548. <emphasis>Solaris:</emphasis>
  1549. <keycap>Open</keycap>
  1550. </para>
  1551. <para><emphasis>Linux:</emphasis><keycombo><keycap>
  1552. Alt</keycap><keycap>F9</keycap></keycombo></para>
  1553. </entry>
  1554. <entry colname="colspec1" valign="top">
  1555. <para>
  1556. Minimize the window.
  1557. </para>
  1558. </entry>
  1559. </row>
  1560. <row>
  1561. <entry colname="colspec0" valign="top">
  1562. <para><keycombo><keycap>Alt</keycap><keycap>F10
  1563. </keycap></keycombo></para>
  1564. </entry>
  1565. <entry colname="colspec1" valign="top">
  1566. <para>
  1567. Maximize the window.
  1568. </para>
  1569. </entry>
  1570. </row>
  1571. <row>
  1572. <entry colname="colspec0" valign="top">
  1573. <para><keycombo><keycap>Alt</keycap><keycap>F5
  1574. </keycap></keycombo></para>
  1575. </entry>
  1576. <entry colname="colspec1" valign="top">
  1577. <para>
  1578. Restore a maximized window to its original size.
  1579. </para>
  1580. </entry>
  1581. </row>
  1582. </tbody>
  1583. </tgroup>
  1584. </informaltable>
  1585. </section>
  1586.  
  1587. <section id="keynav-14">
  1588. <title>Moving Windows</title>
  1589. <indexterm>
  1590. <primary>keyboard shortcuts</primary>
  1591. <secondary>to move a window</secondary>
  1592. </indexterm>
  1593. <para>
  1594. When a window has focus, you can move the window around the screen. The following table lists the keyboard shortcuts that you can use to move a window:
  1595. </para>
  1596. <informaltable frame="topbot">
  1597. <tgroup cols="2" colsep="0" rowsep="0">
  1598. <colspec colname="colspec0" colwidth="33*"/>
  1599. <colspec colname="colspec1" colwidth="67*"/>
  1600. <thead>
  1601. <row rowsep="1">
  1602. <entry valign="top">
  1603. <para>Keys</para>
  1604. </entry>
  1605. <entry valign="top">
  1606. <para>Function</para>
  1607. </entry>
  1608. </row>
  1609. </thead>
  1610. <tbody>
  1611. <row>
  1612. <entry valign="top">
  1613. <para><keycombo><keycap>Alt</keycap><keycap>F7
  1614. </keycap></keycombo></para>
  1615. </entry>
  1616. <entry valign="top">
  1617. <para>
  1618. Start the move operation. The mouse pointer changes to a cross. 
  1619. </para>
  1620. </entry>
  1621. </row>
  1622. <row>
  1623. <entry colname="colspec0" valign="top">
  1624. <para>arrow keys</para>
  1625. </entry>
  1626. <entry colname="colspec1" valign="top">
  1627. <para>
  1628. Move the window 10 pixels at a time in the direction of the arrow key.
  1629. </para>
  1630. </entry>
  1631. </row>
  1632. <row>
  1633. <entry colname="colspec0" valign="top">
  1634. <para><keycap>Ctrl</keycap> +
  1635. arrow keys</para>
  1636. </entry>
  1637. <entry colname="colspec1" valign="top">
  1638. <para>
  1639. Move the window one pixel at a time in the direction of the arrow key.
  1640. </para>
  1641. </entry>
  1642. </row>
  1643. <row>
  1644. <entry colname="colspec0" valign="top">
  1645. <para><keycap>Shift</keycap> + arrow keys
  1646. </para>
  1647. </entry>
  1648. <entry colname="colspec1" valign="top">
  1649. <para>
  1650. Move the window in the direction of the arrow key and align it with the edge of the nearest window, panel or screen edge.
  1651. </para>
  1652. </entry>
  1653. </row>
  1654. <row>
  1655. <entry colname="colspec0" valign="top">
  1656. <para>
  1657. <keycap>spacebar</keycap>
  1658. </para>
  1659. </entry>
  1660. <entry colname="colspec1" valign="top">
  1661. <para>
  1662. Complete the move operation, leaving the window in the current position.
  1663. </para>
  1664. </entry>
  1665. </row>
  1666. <row>
  1667. <entry colname="colspec0" valign="top">
  1668. <para>
  1669. <keycap>Esc</keycap>
  1670. </para>
  1671. </entry>
  1672. <entry colname="colspec1" valign="top">
  1673. <para>
  1674. Cancel the move operation, restoring the window to its original position.
  1675. </para>
  1676. </entry>
  1677. </row>
  1678. </tbody>
  1679. </tgroup>
  1680. </informaltable>
  1681. </section>
  1682.  
  1683. <section id="keynav-15">
  1684. <title>Resizing Windows</title>
  1685. <indexterm>
  1686. <primary>keyboard shortcuts</primary>
  1687. <secondary>to resize a window</secondary>
  1688. </indexterm>
  1689. <para>
  1690. When a window has focus, you can increase or
  1691. decrease the size of the window. The following table lists the keyboard shortcuts
  1692. that you can use to resize the window that has focus:
  1693. </para>
  1694. <informaltable frame="topbot">
  1695. <tgroup cols="2" colsep="0" rowsep="0">
  1696. <colspec colname="colspec0" colwidth="33*"/>
  1697. <colspec colname="colspec1" colwidth="67*"/>
  1698. <thead>
  1699. <row rowsep="1">
  1700. <entry valign="top">
  1701. <para>Keys</para>
  1702. </entry>
  1703. <entry valign="top">
  1704. <para>Function</para>
  1705. </entry>
  1706. </row>
  1707. </thead>
  1708. <tbody>
  1709. <row>
  1710. <entry valign="top">
  1711. <para><keycombo><keycap>Alt</keycap>
  1712. <keycap>F8</keycap></keycombo></para>
  1713. </entry>
  1714. <entry valign="top">
  1715. <para>Start the resize operation.</para>
  1716. </entry>
  1717. </row>
  1718. <row>
  1719. <entry colname="colspec0" valign="top">
  1720. <para>arrow keys</para>
  1721. </entry>
  1722. <entry colname="colspec1" valign="top">
  1723. <para>
  1724. Resize the window in the direction of the arrow key.
  1725. </para>
  1726. </entry>
  1727. </row>
  1728. <row>
  1729. <entry colname="colspec0" valign="top">
  1730. <para>
  1731. <keycap>spacebar</keycap>
  1732. </para>
  1733. </entry>
  1734. <entry colname="colspec1" valign="top">
  1735. <para>
  1736. Complete the resize operation, leaving the window at the current size.
  1737. </para>
  1738. </entry>
  1739. </row>
  1740. <row>
  1741. <entry colname="colspec0" valign="top">
  1742. <para>
  1743. <keycap>Esc</keycap>
  1744. </para>
  1745. </entry>
  1746. <entry colname="colspec1" valign="top">
  1747. <para>
  1748. Cancel the resize operation, restoring the window to its original size.
  1749. </para>
  1750. </entry>
  1751. </row>
  1752. </tbody>
  1753. </tgroup>
  1754. </informaltable>
  1755. </section>
  1756.  
  1757. <section id="keynav-16">
  1758. <title>Navigating Paned Windows</title>
  1759. <indexterm>
  1760. <primary>keyboard shortcuts</primary>
  1761. <secondary>for paned windows</secondary>
  1762. </indexterm>
  1763. <para>
  1764. A paned window is a window that is split into
  1765. two or more panes. <application>Help Browser</application> is an example of an application that uses paned windows. 
  1766. </para>
  1767. <para>
  1768. The following table describes the keyboard shortcuts that you can use to navigate paned/split windows:
  1769. </para>
  1770. <informaltable frame="topbot">
  1771. <tgroup cols="2" colsep="0" rowsep="0">
  1772. <colspec colname="colspec0" colwidth="33*"/>
  1773. <colspec colname="colspec1" colwidth="67*"/>
  1774. <thead>
  1775. <row rowsep="1">
  1776. <entry valign="top">
  1777. <para>Keys</para>
  1778. </entry>
  1779. <entry valign="top">
  1780. <para>Function</para>
  1781. </entry>
  1782. </row>
  1783. </thead>
  1784. <tbody>
  1785. <row>
  1786. <entry valign="top">
  1787. <para>
  1788. <keycap>F6</keycap>
  1789. </para>
  1790. </entry>
  1791. <entry valign="top">
  1792. <para>
  1793. Give focus to the next pane. The system gives focus to the control that last had focus in the pane. 
  1794. </para>
  1795. </entry>
  1796. </row>
  1797. <row>
  1798. <entry colname="colspec0" valign="top">
  1799. <para>
  1800. <keycap>F8</keycap>
  1801. </para>
  1802. </entry>
  1803. <entry colname="colspec1" valign="top">
  1804. <para>
  1805. Give focus to the first resize handle in the window. The resize handle is displayed between the panes and enables you to resize the panes. Press <keycap>F8</keycap> again to give focus to the next resize handle.
  1806. </para>
  1807. </entry>
  1808. </row>
  1809. </tbody>
  1810. </tgroup>
  1811. </informaltable>
  1812. <para>
  1813. When the resize handle has focus, you can use the keyboard shortcuts that are listed in the following table to modify the paned window:
  1814. </para>
  1815. <informaltable frame="topbot">
  1816. <tgroup cols="2" colsep="0" rowsep="0">
  1817. <colspec colname="colspec0" colwidth="33*"/>
  1818. <colspec colname="colspec1" colwidth="67*"/>
  1819. <thead>
  1820. <row rowsep="1">
  1821. <entry valign="top">
  1822. <para>Keys</para>
  1823. </entry>
  1824. <entry valign="top">
  1825. <para>Function</para>
  1826. </entry>
  1827. </row>
  1828. </thead>
  1829. <tbody>
  1830. <row>
  1831. <entry colname="colspec0" valign="top">
  1832. <para>arrow keys</para>
  1833. </entry>
  1834. <entry colname="colspec1" valign="top">
  1835. <para>
  1836. Move the resize handle by a small amount.
  1837. </para>
  1838. </entry>
  1839. </row>
  1840. <row>
  1841. <entry colname="colspec0" valign="top">
  1842. <para><keycap>Ctrl</keycap> +
  1843. arrow keys</para>
  1844. </entry>
  1845. <entry colname="colspec1" valign="top">
  1846. <para>
  1847. Move the resize handle by a large amount.
  1848. </para>
  1849. </entry>
  1850. </row>
  1851. <row>
  1852. <entry colname="colspec0" valign="top">
  1853. <para>
  1854. <keycap>Home</keycap>
  1855. </para>
  1856. </entry>
  1857. <entry colname="colspec1" valign="top">
  1858. <para>
  1859. Contract the pane to the minimum size allowed. 
  1860. </para>
  1861. <para>
  1862. For vertical panes, reduces the size of the pane to the left of the resize handle to the minimum size allowed.  
  1863. </para>
  1864. <para>
  1865. For horizontal panes, reduces the size of the pane above the resize handle to the minimum size allowed.  
  1866. </para>
  1867. </entry>
  1868. </row>
  1869. <row>
  1870. <entry colname="colspec0" valign="top">
  1871. <para>
  1872. <keycap>End</keycap>
  1873. </para>
  1874. </entry>
  1875. <entry colname="colspec1" valign="top">
  1876. <para>
  1877. Expand the pane to the maximum size allowed. 
  1878. </para>
  1879. <para>
  1880. For vertical panes, increases the size of the pane to the left of the resize handle to the maximum size allowed.  
  1881. </para>
  1882. <para>
  1883. For horizontal panes, increases the size of the pane above the resize handle to the maximum size allowed.  
  1884. </para>
  1885. </entry>
  1886. </row>
  1887. <row>
  1888. <entry colname="colspec0" valign="top">
  1889. <para>
  1890. <keycap>spacebar</keycap>
  1891. </para>
  1892. </entry>
  1893. <entry colname="colspec1" valign="top">
  1894. <para>
  1895. Set the position of the resize handle and return focus to the last control that had focus.
  1896. </para>
  1897. </entry>
  1898. </row>
  1899. <row>
  1900. <entry colname="colspec0" valign="top">
  1901. <para>
  1902. <keycap>Esc</keycap>
  1903. </para>
  1904. </entry>
  1905. <entry colname="colspec1" valign="top">
  1906. <para>
  1907. Reset the position of the resize handle to the original position and return focus to the last control that had focus.
  1908. </para>
  1909. </entry>
  1910. </row>
  1911. </tbody>
  1912. </tgroup>
  1913. </informaltable>
  1914. </section>
  1915. </section>
  1916.  
  1917. <section id="keynav-17">
  1918. <title>Navigating Applications</title>
  1919. <indexterm>
  1920. <primary>keyboard shortcuts</primary>
  1921. <secondary>for applications</secondary>
  1922. </indexterm>
  1923. <para>
  1924. An application is any program, utility, or other software package that you run on your desktop. Applications contain standard user interface components:
  1925. </para>
  1926. <variablelist>
  1927. <varlistentry>
  1928. <term>Windows</term>
  1929. <listitem>
  1930. <para>
  1931. A window is a rectangular frame on your screen that displays an application. See 
  1932. <xref linkend="keynav-11"/> for information about how to navigate windows.
  1933. </para>
  1934. </listitem>
  1935. </varlistentry>
  1936. <varlistentry>
  1937. <term>Dialogs</term>
  1938. <listitem>
  1939. <para>
  1940. A dialog is a popup window which displays 
  1941. information or accepts input from the user. See <xref linkend="keynav-19"/> for information about how to navigate dialogs.
  1942. </para>
  1943. </listitem>
  1944. </varlistentry>
  1945. <varlistentry>
  1946. <term>Controls</term>
  1947. <listitem>
  1948. <para>
  1949. A control is any user-interactive screen element. Examples of controls include buttons, check boxes, menus, and text boxes. See <xref linkend="keynav-23"/> for detailed information about how to navigate the different types of controls that are available.
  1950. </para>
  1951. </listitem>
  1952. </varlistentry>
  1953. </variablelist>
  1954. <para>
  1955. This section of the manual describes the essential keyboard shortcuts that you can use in applications and dialogs. 
  1956. </para>
  1957.  
  1958. <section id="keynav-18">
  1959. <title>Essential Keyboard Shortcuts for Navigating Applications</title>
  1960. <anchor id="keynav-22"/>
  1961. <para>
  1962. Since there are so many applications that you can use in the GNOME Desktop, this manual does not describe all the custom keyboard shortcuts that you can use with each individual application. However, the basic keyboard shortcuts are common to many applications.
  1963. </para>
  1964. <para>
  1965. Access keys are another way to quickly navigate applications with the keyboard. An access key is identified by an underlined letter on a menu or control. In some cases, you must press <keycap>Alt</keycap> in combination with the access key to perform an action.
  1966. </para>
  1967. <para>
  1968. The following table lists the essential keyboard shortcuts that you can use to navigate applications:
  1969. </para>
  1970. <informaltable frame="topbot">
  1971. <tgroup cols="2" colsep="0" rowsep="0">
  1972. <colspec colname="colspec0" colwidth="33*"/>
  1973. <colspec colname="colspec1" colwidth="67*"/>
  1974. <thead>
  1975. <row rowsep="1">
  1976. <entry valign="top">
  1977. <para>Keys</para>
  1978. </entry>
  1979. <entry valign="top">
  1980. <para>Function</para>
  1981. </entry>
  1982. </row>
  1983. </thead>
  1984. <tbody>
  1985. <row>
  1986. <entry valign="top">
  1987. <para>
  1988. <keycap>F10</keycap>
  1989. </para>
  1990. </entry>
  1991. <entry valign="top">
  1992. <para>
  1993. Open the first menu on the application menubar.
  1994. </para>
  1995. </entry>
  1996. </row>
  1997. <row>
  1998. <entry colname="colspec0" valign="top">
  1999. <para><keycap>Alt</keycap> + access
  2000. key</para>
  2001. </entry>
  2002. <entry colname="colspec1" valign="top">
  2003. <para>
  2004. Open the menu that is associated with the access key. 
  2005. </para>
  2006. </entry>
  2007. </row>
  2008. <row>
  2009. <entry colname="colspec0" valign="top">
  2010. <para>access keys</para>
  2011. </entry>
  2012. <entry colname="colspec1" valign="top">
  2013. <para>
  2014. Select the menu item that is associated with the access key.
  2015. </para>
  2016. </entry>
  2017. </row>
  2018. <row>
  2019. <entry colname="colspec0" valign="top">
  2020. <para><keycap>left arrow</keycap>
  2021. and <keycap>right arrow</keycap></para>
  2022. </entry>
  2023. <entry colname="colspec1" valign="top">
  2024. <para>
  2025. Switch focus between the menus on the menubar.
  2026. </para>
  2027. </entry>
  2028. </row>
  2029. <row>
  2030. <entry colname="colspec0" valign="top">
  2031. <para><keycap>up arrow</keycap>
  2032. and <keycap>down arrow</keycap></para>
  2033. </entry>
  2034. <entry colname="colspec1" valign="top">
  2035. <para>
  2036. Move focus into a menu.
  2037. </para>
  2038. </entry>
  2039. </row>
  2040. <row>
  2041. <entry colname="colspec0" valign="top">
  2042. <para>
  2043. <keycap>Esc</keycap>
  2044. </para>
  2045. </entry>
  2046. <entry colname="colspec1" valign="top">
  2047. <para>
  2048. Close the open menu and give focus to the control that had focus before the menubar.
  2049. </para>
  2050. </entry>
  2051. </row>
  2052. <row>
  2053. <entry colname="colspec0">
  2054. <para><keycombo><keycap>Ctrl</keycap><keycap>O
  2055. </keycap></keycombo></para>
  2056. </entry>
  2057. <entry colname="colspec1">
  2058. <para>
  2059. Open the file selector dialog.
  2060. </para>
  2061. </entry>
  2062. </row>
  2063. <row>
  2064. <entry colname="colspec0">
  2065. <para><keycombo><keycap>Ctrl</keycap>
  2066. <keycap>S</keycap></keycombo></para>
  2067. </entry>
  2068. <entry colname="colspec1">
  2069. <para>
  2070. Open the Save dialog.
  2071. </para>
  2072. </entry>
  2073. </row>
  2074. <row>
  2075. <entry colname="colspec0">
  2076. <para><keycombo><keycap>Ctrl</keycap>
  2077. <keycap>L</keycap></keycombo></para>
  2078. </entry>
  2079. <entry colname="colspec1">
  2080. <para>
  2081. Open a Location dialog, enabling you to type
  2082. the name of a file that you want to open or save.
  2083. </para>
  2084. </entry>
  2085. </row>
  2086.  
  2087. <row>
  2088. <entry colname="colspec0">
  2089. <para><keycombo><keycap>Ctrl</keycap>
  2090. <keycap>P</keycap></keycombo></para>
  2091. </entry>
  2092. <entry colname="colspec1">
  2093. <para>
  2094. Open a Print dialog, if available.
  2095. </para>
  2096. </entry>
  2097. </row>
  2098.  
  2099. <row>
  2100. <entry colname="colspec0">
  2101. <para><keycombo><keycap>Ctrl</keycap>
  2102. <keycap>C</keycap></keycombo></para>
  2103. </entry>
  2104. <entry colname="colspec1">
  2105. <para>
  2106. Copy highlighted text to the global, application-spanning clipboard.
  2107. </para>
  2108. </entry>
  2109. </row>
  2110.  
  2111. <row>
  2112. <entry colname="colspec0">
  2113. <para><keycombo><keycap>Ctrl</keycap>
  2114. <keycap>X</keycap></keycombo></para>
  2115. </entry>
  2116. <entry colname="colspec1">
  2117. <para>
  2118. Cut highlighted text to the global, application-spanning clipboard.
  2119. </para>
  2120. </entry>
  2121. </row>
  2122.  
  2123. <row>
  2124. <entry colname="colspec0">
  2125. <para><keycombo><keycap>Ctrl</keycap>
  2126. <keycap>V</keycap></keycombo></para>
  2127. </entry>
  2128. <entry colname="colspec1">
  2129. <para>
  2130. Paste text from the global, application-spanning clipboard to the current cursor position.
  2131. </para>
  2132. </entry>
  2133. </row>
  2134.  
  2135. </tbody>
  2136. </tgroup>
  2137. </informaltable>
  2138. </section>
  2139.  
  2140. <section id="keynav-19">
  2141. <title>Essential Keyboard Shortcuts for Navigating Dialogs</title>
  2142. <indexterm>
  2143. <primary>keyboard shortcuts</primary>
  2144. <secondary>for dialogs</secondary>
  2145. </indexterm>
  2146. <para>
  2147. The following table lists the essential keyboard shortcuts that you can use to navigate dialogs:
  2148. </para>
  2149. <informaltable frame="topbot">
  2150. <tgroup cols="2" colsep="0" rowsep="0">
  2151. <colspec colname="colspec0" colwidth="33*"/>
  2152. <colspec colname="colspec1" colwidth="67*"/>
  2153. <thead>
  2154. <row rowsep="1">
  2155. <entry valign="top">
  2156. <para>Keys</para>
  2157. </entry>
  2158. <entry valign="top">
  2159. <para>Function</para>
  2160. </entry>
  2161. </row>
  2162. </thead>
  2163. <tbody>
  2164. <row>
  2165. <entry valign="top">
  2166. <para><keycombo><keycap>Alt</keycap>
  2167. <keycap>access key</keycap></keycombo></para>
  2168. </entry>
  2169. <entry valign="top">
  2170. <para>
  2171. Activate or select a control.
  2172. </para>
  2173. </entry>
  2174. </row>
  2175. <row>
  2176. <entry colname="colspec0" valign="top">
  2177. <para>
  2178. <keycap>Tab</keycap>
  2179. </para>
  2180. </entry>
  2181. <entry colname="colspec1" valign="top">
  2182. <para>
  2183. Give focus to the next control.
  2184. </para>
  2185. </entry>
  2186. </row>
  2187. <row>
  2188. <entry colname="colspec0" valign="top">
  2189. <para><keycombo><keycap>Ctrl</keycap>
  2190. <keycap>Page Up</keycap></keycombo></para>
  2191. </entry>
  2192. <entry colname="colspec1" valign="top">
  2193. <para>
  2194. Move to the next page/tabbed section of the dialog.
  2195. </para>
  2196. </entry>
  2197. </row>
  2198. <row>
  2199. <entry colname="colspec0" valign="top">
  2200. <para><keycombo><keycap>Ctrl</keycap>
  2201. <keycap>Page Down</keycap></keycombo></para>
  2202. </entry>
  2203. <entry colname="colspec1" valign="top">
  2204. <para>
  2205. Move to the previous page/tabbed section of the dialog.
  2206. </para>
  2207. </entry>
  2208. </row>
  2209. <row>
  2210. <entry colname="colspec0" valign="top">
  2211. <para>
  2212. <keycap>Esc</keycap>
  2213. </para>
  2214. </entry>
  2215. <entry colname="colspec1" valign="top">
  2216. <para>
  2217. Cancel/dismiss the dialog. Some application-specific dialogs may retain dialog settings, but this practice is discouraged. These dialogs usually have a single <guilabel>Close</guilabel> button, with no <guilabel>Ok/Accept</guilabel> buttons.
  2218. </para>
  2219. </entry>
  2220. </row>
  2221. <row>
  2222. <entry colname="colspec0" valign="top">
  2223. <para>
  2224. <keycap>Return</keycap>
  2225. </para>
  2226. </entry>
  2227. <entry colname="colspec1" valign="top">
  2228. <para>
  2229. Perform the default action for the dialog. The default action will usually apply any changes and close the dialog. A default button will have a bold outline and a selected button will have a slightly bolder outline than the default button.
  2230. </para>
  2231. </entry>
  2232. </row>
  2233. </tbody>
  2234. </tgroup>
  2235. </informaltable>
  2236. </section>
  2237. </section>
  2238.  
  2239. <section id="keynav-20">
  2240. <title>Navigating the File Manager</title>
  2241. <indexterm>
  2242. <primary>keyboard shortcuts</primary>
  2243. <secondary>for file manager</secondary>
  2244. </indexterm>
  2245. <para>
  2246. By default, the file manager operates in 
  2247. <guilabel>Spatial</guilabel> mode. This mode uses separate windows for each folder. Conversely, <guilabel>Browser</guilabel> mode will reuse the same window for each folder.
  2248. </para>
  2249. <note>
  2250. <para>
  2251. For more information about different modes for the file manager, see <ulink 
  2252. url="ghelp:user-guide?nautilus-presentation">
  2253. the user guide</ulink>.
  2254. </para>
  2255. </note>
  2256.  
  2257. <section id="keynav-spatial">
  2258. <title>Navigating Folders</title>
  2259. <para>
  2260. The following table describes the keyboard shortcuts that enable you to navigate folders in the file manager:
  2261. </para>
  2262. <informaltable frame="topbot">
  2263. <tgroup cols="2" colsep="0" rowsep="0">
  2264. <colspec colname="colspec0" colwidth="33*"/>
  2265. <colspec colname="colspec1" colwidth="67*"/>
  2266. <thead>
  2267. <row rowsep="1">
  2268. <entry valign="top">
  2269. <para>Keys</para>
  2270. </entry>
  2271. <entry valign="top">
  2272. <para>Function</para>
  2273. </entry>
  2274. </row>
  2275. </thead>
  2276. <tbody>
  2277. <row>
  2278. <entry valign="top">
  2279. <para>arrow keys</para>
  2280. </entry>
  2281. <entry valign="top">
  2282. <para>
  2283. Select the next or previous file or folder in the direction of the arrow key.
  2284. </para>
  2285. </entry>
  2286. </row>
  2287. <row>
  2288. <entry colname="colspec0" valign="top">
  2289. <para><keycap>Ctrl</keycap> +
  2290. arrow keys</para>
  2291. </entry>
  2292. <entry colname="colspec1" valign="top">
  2293. <para>
  2294. Give focus to the next or previous file or folder but do not select the item. This allows multiple, non-contiguous blocks of files to be selected.
  2295. </para>
  2296. </entry>
  2297. </row>
  2298. <row>
  2299. <entry colname="colspec0" valign="top">
  2300. <para>
  2301. <keycap>spacebar</keycap>
  2302. </para>
  2303. </entry>
  2304. <entry colname="colspec1" valign="top">
  2305. <para>
  2306. Open the focused file or folder.
  2307. </para>
  2308. </entry>
  2309. </row>
  2310. <row>
  2311. <entry colname="colspec0" valign="top">
  2312. <para><keycap>Ctrl</keycap> +
  2313. <keycap>spacebar</keycap></para>
  2314. </entry>
  2315. <entry colname="colspec1" valign="top">
  2316. <para>
  2317. Select the item that currently has focus.
  2318. </para>
  2319. </entry>
  2320. </row>
  2321. <row>
  2322. <entry colname="colspec0" valign="top">
  2323. <para>
  2324. A sequence of characters that matches the first <replaceable>n</replaceable> characters of a filename.
  2325. </para>
  2326. </entry>
  2327. <entry colname="colspec1" valign="top">
  2328. <para>
  2329. Select the first file or folder that starts with the specified sequence of characters.
  2330. </para>
  2331. </entry>
  2332. </row>
  2333. <row>
  2334. <entry colname="colspec0" valign="top">
  2335. <para>
  2336. <keycap>Home</keycap>
  2337. </para>
  2338. </entry>
  2339. <entry colname="colspec1" valign="top">
  2340. <para>
  2341. Select the first file or folder within the current folder.
  2342. </para>
  2343. </entry>
  2344. </row>
  2345. <row>
  2346. <entry colname="colspec0" valign="top">
  2347. <para>
  2348. <keycap>End</keycap>
  2349. </para>
  2350. </entry>
  2351. <entry colname="colspec1" valign="top">
  2352. <para>
  2353. Select the last file or folder within the current folder.
  2354. </para>
  2355. </entry>
  2356. </row>
  2357. <row>
  2358. <entry colname="colspec0" valign="top">
  2359. <para>
  2360. <keycap>backspace</keycap>
  2361. </para>
  2362. </entry>
  2363. <entry colname="colspec1" valign="top">
  2364. <para>
  2365. Open the current folder's parent folder.
  2366. </para>
  2367. </entry>
  2368. </row>
  2369.  
  2370. <row>
  2371. <entry colname="colspec0" valign="top">
  2372. <para>
  2373. <keycap>Shift-F10</keycap>
  2374. </para>
  2375. </entry>
  2376. <entry colname="colspec1" valign="top">
  2377. <para>
  2378. Open a file or folder popup menu.
  2379. </para>
  2380. </entry>
  2381. </row>
  2382.  
  2383. <row>
  2384. <entry colname="colspec0" valign="top">
  2385. <para>
  2386. <keycap>Ctrl-F10</keycap>
  2387. </para>
  2388. </entry>
  2389. <entry colname="colspec1" valign="top">
  2390. <para>
  2391. Open the enclosing folder's popup menu (equivalent to right-clicking on the view pane background).
  2392. </para>
  2393. </entry>
  2394. </row>
  2395.  
  2396. </tbody>
  2397. </tgroup>
  2398. </informaltable>
  2399. </section>
  2400.  
  2401. <section id="keynav-navigational">
  2402. <title>Navigating Browser Window Components</title>
  2403. <anchor id="keynav-21"/>
  2404. <para>
  2405. When operating in <guilabel>Browser</guilabel> mode, the file manager window 
  2406. contains several components, with keyboard shortcuts defined to navigate each component: 
  2407. </para>
  2408. <informaltable frame="topbot">
  2409. <tgroup cols="2" colsep="0" rowsep="0">
  2410. <colspec colname="colspec0" colwidth="33*"/>
  2411. <colspec colname="colspec1" colwidth="67*"/>
  2412. <thead>
  2413. <row rowsep="1">
  2414. <entry valign="top">
  2415. <para>Keys</para>
  2416. </entry>
  2417. <entry valign="top">
  2418. <para>Function</para>
  2419. </entry>
  2420. </row>
  2421. </thead>
  2422. <tbody>
  2423. <row>
  2424. <entry colname="colspec0" valign="top">
  2425. <para>
  2426. <keycap>F6</keycap>
  2427. </para>
  2428. </entry>
  2429. <entry colname="colspec1" valign="top">
  2430. <para>
  2431. Switch focus between the side pane and the view pane.
  2432. </para>
  2433. </entry>
  2434. </row>
  2435. <row>
  2436. <entry valign="top">
  2437. <para><keycombo><keycap>Shift</keycap>
  2438. <keycap>F10</keycap></keycombo></para>
  2439. </entry>
  2440. <entry valign="top">
  2441. <para>
  2442. Open the side pane popup menu.
  2443. </para>
  2444. </entry>
  2445. </row>
  2446. </tbody>
  2447. </tgroup>
  2448. </informaltable>
  2449. </section>
  2450. </section>
  2451.  
  2452. <section id="keynav-52">
  2453. <title>Caret Navigation Mode</title>
  2454. <indexterm>
  2455. <primary>caret navigation mode</primary>
  2456. </indexterm>
  2457. <para>
  2458. The following table describes how to use caret navigation mode (eg, in supporting applications like <application>Yelp</application>, <application>Evolution</application>, <application>Epiphany</application>, or <application>Firefox</application>). Caret navigation is a mode of operation in an application which enables you to use the keyboard to navigate and select text.
  2459. </para>
  2460. <informaltable frame="topbot">
  2461. <tgroup cols="2" colsep="0" rowsep="0">
  2462. <colspec colname="colspec0" colwidth="33*"/>
  2463. <colspec colname="colspec1" colwidth="67*"/>
  2464. <thead>
  2465. <row rowsep="1">
  2466. <entry valign="top">
  2467. <para>Keys</para>
  2468. </entry>
  2469. <entry valign="top">
  2470. <para>Function</para>
  2471. </entry>
  2472. </row>
  2473. </thead>
  2474. <tbody>
  2475. <row>
  2476. <entry colname="colspec0">
  2477. <para>
  2478. <keycap>F7</keycap>
  2479. </para>
  2480. </entry>
  2481. <entry colname="colspec1">
  2482. <para>
  2483. Switch to caret navigation mode [Yelp-only]. 
  2484. </para>
  2485. </entry>
  2486. </row>
  2487. <row>
  2488. <entry colname="colspec0">
  2489. <para>left arrow</para>
  2490. </entry>
  2491. <entry colname="colspec1">
  2492. <para>
  2493. Move one character to the left.
  2494. </para>
  2495. </entry>
  2496. </row>
  2497. <row>
  2498. <entry colname="colspec0">
  2499. <para>right arrow</para>
  2500. </entry>
  2501. <entry colname="colspec1">
  2502. <para>
  2503. Move one character to the right.
  2504. </para>
  2505. </entry>
  2506. </row>
  2507. <row>
  2508. <entry colname="colspec0">
  2509. <para>up arrow</para>
  2510. </entry>
  2511. <entry colname="colspec1">
  2512. <para>
  2513. Move up one line.
  2514. </para>
  2515. </entry>
  2516. </row>
  2517. <row>
  2518. <entry colname="colspec0">
  2519. <para>down arrow</para>
  2520. </entry>
  2521. <entry colname="colspec1">
  2522. <para>
  2523. Move down one line.
  2524. </para>
  2525. </entry>
  2526. </row>
  2527. <row>
  2528. <entry colname="colspec0">
  2529. <para><keycap>Ctrl</keycap> + left arrow</para>
  2530. </entry>
  2531. <entry colname="colspec1">
  2532. <para>
  2533. Move to the beginning of the previous word.
  2534. </para>
  2535. </entry>
  2536. </row>
  2537. <row>
  2538. <entry colname="colspec0">
  2539. <para><keycap>Ctrl</keycap> + right arrow</para>
  2540. </entry>
  2541. <entry colname="colspec1">
  2542. <para>
  2543. Move to the end of the next word.
  2544. </para>
  2545. </entry>
  2546. </row>
  2547. <row>
  2548. <entry colname="colspec0">
  2549. <para>
  2550. <keycap>Page Up</keycap>
  2551. </para>
  2552. </entry>
  2553. <entry colname="colspec1">
  2554. <para>
  2555. Scroll up one page of content.
  2556. </para>
  2557. </entry>
  2558. </row>
  2559. <row>
  2560. <entry colname="colspec0">
  2561. <para>
  2562. <keycap>Page Down</keycap>
  2563. </para>
  2564. </entry>
  2565. <entry colname="colspec1">
  2566. <para>
  2567. Scroll down one page of content.
  2568. </para>
  2569. </entry>
  2570. </row>
  2571. <row>
  2572. <entry colname="colspec0">
  2573. <para>
  2574. <keycap>Home</keycap>
  2575. </para>
  2576. </entry>
  2577. <entry colname="colspec1">
  2578. <para>
  2579. Move to the beginning of the current line.
  2580. </para>
  2581. </entry>
  2582. </row>
  2583. <row>
  2584. <entry colname="colspec0">
  2585. <para>
  2586. <keycap>End</keycap>
  2587. </para>
  2588. </entry>
  2589. <entry colname="colspec1">
  2590. <para>
  2591. Move to the end of the current line.
  2592. </para>
  2593. </entry>
  2594. </row>
  2595. <row>
  2596. <entry colname="colspec0">
  2597. <para><keycap>Shift</keycap> + arrow keys</para>
  2598. </entry>
  2599. <entry colname="colspec1">
  2600. <para>
  2601. Move from the current position to the destination position, selecting all text between the two positions.
  2602. </para>
  2603. </entry>
  2604. </row>
  2605. <row>
  2606. <entry colname="colspec0">
  2607. <para>
  2608. <keycap>Tab</keycap>
  2609. </para>
  2610. </entry>
  2611. <entry colname="colspec1">
  2612. <para>
  2613. Move focus to the next focusable control.
  2614. </para>
  2615. </entry>
  2616. </row>
  2617. <row>
  2618. <entry colname="colspec0">
  2619. <para><keycombo><keycap>Shift</keycap>
  2620. <keycap>Tab</keycap></keycombo></para>
  2621. </entry>
  2622. <entry colname="colspec1">
  2623. <para>
  2624. Move focus to the previous focusable control.
  2625. </para>
  2626. </entry>
  2627. </row>
  2628. <row>
  2629. <entry colname="colspec0">
  2630. <para>
  2631. <keycap>Enter</keycap>
  2632. </para>
  2633. </entry>
  2634. <entry colname="colspec1">
  2635. <para>
  2636. Activate a button, link or other control.
  2637. </para>
  2638. </entry>
  2639. </row>
  2640. </tbody>
  2641. </tgroup>
  2642. </informaltable>
  2643. </section>
  2644.  
  2645. <section id="keynav-23">
  2646. <title>Navigating Standard Elements and Controls</title>
  2647. <para>
  2648. The following sections describe how to navigate and use standard user interface elements and controls from the keyboard.
  2649. </para>
  2650.  
  2651. <section id="keynav-24">
  2652. <title>Navigating Menus</title>
  2653. <indexterm>
  2654. <primary>keyboard shortcuts</primary>
  2655. <secondary>for menus</secondary>
  2656. </indexterm>
  2657. <para>
  2658. The following table lists the keyboard shortcuts that you can use to navigate menus:
  2659. </para>
  2660. <informaltable frame="topbot">
  2661. <tgroup cols="2" colsep="0" rowsep="0">
  2662. <colspec colname="colspec0" colwidth="33*"/>
  2663. <colspec colname="colspec1" colwidth="67*"/>
  2664. <thead>
  2665. <row rowsep="1">
  2666. <entry valign="top">
  2667. <para>Keys</para>
  2668. </entry>
  2669. <entry valign="top">
  2670. <para>Function</para>
  2671. </entry>
  2672. </row>
  2673. </thead>
  2674. <tbody>
  2675. <row>
  2676. <entry valign="top">
  2677. <para><keycap>up arrow</keycap> and <keycap>down arrow</keycap>
  2678. </para>
  2679. </entry>
  2680. <entry valign="top">
  2681. <para>
  2682. Give focus to the next or previous menu item on a menu.
  2683. </para>
  2684. </entry>
  2685. </row>
  2686. <row>
  2687. <entry colname="colspec0" valign="top">
  2688. <para>
  2689. <keycap>right arrow</keycap>
  2690. </para>
  2691. </entry>
  2692. <entry colname="colspec1" valign="top">
  2693. <para>
  2694. If the menu item that has focus is a submenu, open the submenu and give focus to the first menu item on the submenu.
  2695. </para>
  2696. <para>
  2697. If the menu item that has focus is not a submenu, open the next menu on the menubar.
  2698. </para>
  2699. </entry>
  2700. </row>
  2701. <row>
  2702. <entry colname="colspec0" valign="top">
  2703. <para>
  2704. <keycap>left arrow</keycap>
  2705. </para>
  2706. </entry>
  2707. <entry colname="colspec1" valign="top">
  2708. <para>
  2709. If the menu item that has focus is a submenu item, switch the focus back to the submenu.
  2710. </para>
  2711. <para>
  2712. If the menu item that has focus is not a submenu item, open the previous menu on the menubar.
  2713. </para>
  2714. </entry>
  2715. </row>
  2716. <row>
  2717. <entry colname="colspec0" valign="top">
  2718. <para>
  2719. <keycap>Return</keycap>
  2720. </para>
  2721. </entry>
  2722. <entry colname="colspec1" valign="top">
  2723. <para>
  2724. Select the focused menu item and close the open menus.
  2725. </para>
  2726. </entry>
  2727. </row>
  2728. <row>
  2729. <entry colname="colspec0" valign="top">
  2730. <para>access key</para>
  2731. </entry>
  2732. <entry colname="colspec1" valign="top">
  2733. <para>
  2734. Select the menu item that is associated with the access key and close the menu.
  2735. </para>
  2736. </entry>
  2737. </row>
  2738. <row>
  2739. <entry colname="colspec0" valign="top">
  2740. <para>
  2741. <keycap>spacebar</keycap>
  2742. </para>
  2743. </entry>
  2744. <entry colname="colspec1" valign="top">
  2745. <para>
  2746. Select the focused menu item and close the menu except when the menu item is a check box or radio button.
  2747. </para>
  2748. </entry>
  2749. </row>
  2750. <row>
  2751. <entry colname="colspec0" valign="top">
  2752. <para>
  2753. <keycap>Esc</keycap>
  2754. </para>
  2755. </entry>
  2756. <entry colname="colspec1" valign="top">
  2757. <para>
  2758. Close the menu.
  2759. </para>
  2760. </entry>
  2761. </row>
  2762. </tbody>
  2763. </tgroup>
  2764. </informaltable>
  2765. </section>
  2766.  
  2767. <section id="keynav-25">
  2768. <title>Navigating Buttons</title>
  2769. <indexterm>
  2770. <primary>keyboard shortcuts</primary>
  2771. <secondary>for buttons</secondary>
  2772. </indexterm>
  2773. <para>
  2774. A button is a control that you use to start an action. Most buttons are rectangular and contain a text label. 
  2775. </para>
  2776. <figure id="keynav-FIG-39">
  2777. <title>Sample Button</title>
  2778. <screenshot>
  2779. <mediaobject>
  2780. <imageobject>
  2781. <imagedata fileref="figures/button.png" format="PNG"/>
  2782. </imageobject>
  2783. <textobject>
  2784. <phrase>Close button.</phrase>
  2785. </textobject>
  2786. </mediaobject>
  2787. </screenshot>
  2788. </figure>
  2789. <para>
  2790. The following table lists the keyboard shortcuts that you can use to navigate buttons:
  2791. </para>
  2792. <informaltable frame="topbot">
  2793. <tgroup cols="2" colsep="0" rowsep="0">
  2794. <colspec colname="colspec0" colwidth="33*"/>
  2795. <colspec colname="colspec1" colwidth="67*"/>
  2796. <thead>
  2797. <row rowsep="1">
  2798. <entry valign="top">
  2799. <para>Keys</para>
  2800. </entry>
  2801. <entry valign="top">
  2802. <para>Function</para>
  2803. </entry>
  2804. </row>
  2805. </thead>
  2806. <tbody>
  2807. <row>
  2808. <entry valign="top">
  2809. <para>
  2810. <keycap>spacebar</keycap>
  2811. </para>
  2812. </entry>
  2813. <entry valign="top">
  2814. <para>
  2815. Activate the button that has focus. This is the equivalent of clicking on the button.
  2816. </para>
  2817. </entry>
  2818. </row>
  2819. <row>
  2820. <entry colname="colspec0" valign="top">
  2821. <para>
  2822. <keycap>Return</keycap>
  2823. </para>
  2824. </entry>
  2825. <entry colname="colspec1" valign="top">
  2826. <para>
  2827. Activate the button that has focus or, if no button has focus, perform the default action for the dialog.
  2828. </para>
  2829. </entry>
  2830. </row>
  2831. </tbody>
  2832. </tgroup>
  2833. </informaltable>
  2834. </section>
  2835. <section id="keynav-26">
  2836.  
  2837. <title>Navigating Radio Buttons</title>
  2838. <indexterm>
  2839. <primary>keyboard shortcuts</primary>
  2840. <secondary>for radio buttons</secondary>
  2841. </indexterm>
  2842. <para>
  2843. A radio button is a control that you use to select one of several mutually-exclusive options. 
  2844. </para>
  2845. <figure id="keynav-FIG-40">
  2846. <title>Sample Radio Button</title>
  2847. <screenshot>
  2848. <mediaobject>
  2849. <imageobject>
  2850. <imagedata fileref="figures/radio_button.png" 
  2851. format="PNG"/>
  2852. </imageobject>
  2853. <textobject>
  2854. <phrase>Two sample radio buttons.</phrase>
  2855. </textobject>
  2856. </mediaobject>
  2857. </screenshot>
  2858. </figure>
  2859. <para>
  2860. The following table lists the keyboard shortcuts that you can use to navigate a set of radio buttons:
  2861. </para>
  2862. <informaltable frame="topbot">
  2863. <tgroup cols="2" colsep="0" rowsep="0">
  2864. <colspec colname="colspec0" colwidth="33*"/>
  2865. <colspec colname="colspec1" colwidth="67*"/>
  2866. <thead>
  2867. <row rowsep="1">
  2868. <entry valign="top">
  2869. <para>Keys</para>
  2870. </entry>
  2871. <entry valign="top">
  2872. <para>Function</para>
  2873. </entry>
  2874. </row>
  2875. </thead>
  2876. <tbody>
  2877. <row>
  2878. <entry valign="top">
  2879. <para>arrow keys</para>
  2880. </entry>
  2881. <entry valign="top">
  2882. <para>
  2883. Select the next or previous radio button and deselect the other radio buttons in the group.
  2884. </para>
  2885. </entry>
  2886. </row>
  2887. </tbody>
  2888. </tgroup>
  2889. </informaltable>
  2890. </section>
  2891.  
  2892. <section id="keynav-27">
  2893. <title>Navigating Check Boxes</title>
  2894. <indexterm>
  2895. <primary>keyboard shortcuts</primary>
  2896. <secondary>for check boxes</secondary>
  2897. </indexterm>
  2898. <para>
  2899. A check box is a control that you use to select or deselect an option.
  2900. </para>
  2901. <figure id="keynav-FIG-41">
  2902. <title>Sample Check Box</title>
  2903. <screenshot>
  2904. <mediaobject>
  2905. <imageobject>
  2906. <imagedata fileref="figures/check_box.png" 
  2907. format="PNG"/>
  2908. </imageobject>
  2909. <textobject>
  2910. <phrase>Sample check box.</phrase>
  2911. </textobject>
  2912. </mediaobject>
  2913. </screenshot>
  2914. </figure>
  2915. <para>
  2916. The following table lists the keyboard shortcuts that you can use to navigate a check box:
  2917. </para>
  2918. <informaltable frame="topbot">
  2919. <tgroup cols="2" colsep="0" rowsep="0">
  2920. <colspec colname="colspec0" colwidth="33*"/>
  2921. <colspec colname="colspec1" colwidth="67*"/>
  2922. <thead>
  2923. <row rowsep="1">
  2924. <entry valign="top">
  2925. <para>Keys</para>
  2926. </entry>
  2927. <entry valign="top">
  2928. <para>Function</para>
  2929. </entry>
  2930. </row>
  2931. </thead>
  2932. <tbody>
  2933. <row>
  2934. <entry valign="top">
  2935. <para>
  2936. <keycap>spacebar</keycap>
  2937. </para>
  2938. </entry>
  2939. <entry valign="top">
  2940. <para>
  2941. Select or deselect the check box.
  2942. </para>
  2943. </entry>
  2944. </row>
  2945. </tbody>
  2946. </tgroup>
  2947. </informaltable>
  2948. </section>
  2949.  
  2950. <section id="keynav-28">
  2951. <title>Navigating Text Boxes</title>
  2952. <indexterm>
  2953. <primary>keyboard shortcuts</primary>
  2954. <secondary>for text boxes</secondary>
  2955. </indexterm>
  2956. <para>
  2957. Text boxes are controls in which you type text.
  2958. </para>
  2959. <figure id="keynav-FIG-42">
  2960. <title>Sample Single Line Text Box</title>
  2961. <screenshot>
  2962. <mediaobject>
  2963. <imageobject>
  2964. <imagedata fileref="figures/text_box.png" 
  2965. format="PNG"/>
  2966. </imageobject>
  2967. <textobject>
  2968. <phrase>Sample text box with one input line.</phrase>
  2969. </textobject>
  2970. </mediaobject>
  2971. </screenshot>
  2972. </figure>
  2973. <para>
  2974. The following table lists the keyboard shortcuts that you can use to navigate a single line text box:
  2975. </para>
  2976. <informaltable frame="topbot">
  2977. <tgroup cols="2" colsep="0" rowsep="0">
  2978. <colspec colname="colspec0" colwidth="33*"/>
  2979. <colspec colname="colspec1" colwidth="67*"/>
  2980. <thead>
  2981. <row rowsep="1">
  2982. <entry valign="top">
  2983. <para>Keys</para>
  2984. </entry>
  2985. <entry valign="top">
  2986. <para>Function</para>
  2987. </entry>
  2988. </row>
  2989. </thead>
  2990. <tbody>
  2991. <row>
  2992. <entry valign="top">
  2993. <para>
  2994. <keycap>left arrow</keycap>
  2995. </para>
  2996. </entry>
  2997. <entry valign="top">
  2998. <para>
  2999. Position the cursor one character to the left.
  3000. </para>
  3001. </entry>
  3002. </row>
  3003. <row>
  3004. <entry colname="colspec0" valign="top">
  3005. <para>
  3006. <keycap>right arrow</keycap>
  3007. </para>
  3008. </entry>
  3009. <entry colname="colspec1" valign="top">
  3010. <para>
  3011. Position the cursor one character to the right.
  3012. </para>
  3013. </entry>
  3014. </row>
  3015. <row>
  3016. <entry colname="colspec0" valign="top">
  3017. <para><keycombo><keycap>Ctrl
  3018. </keycap><keycap>left arrow</keycap></keycombo></para>
  3019. </entry>
  3020. <entry colname="colspec1" valign="top">
  3021. <para>
  3022. Position the cursor at the start of the current word. Press and hold <keycap>Ctrl</keycap> and continue to press <keycap>left arrow</keycap> to position the cursor at the start of the previous word.
  3023. </para>
  3024. </entry>
  3025. </row>
  3026. <row>
  3027. <entry colname="colspec0" valign="top">
  3028. <para><keycombo><keycap>Ctrl</keycap>
  3029. <keycap>right arrow</keycap></keycombo></para>
  3030. </entry>
  3031. <entry colname="colspec1" valign="top">
  3032. <para>
  3033. Position the cursor at the end of the current word. Press and hold <keycap>Ctrl</keycap> and continue to press <keycap>right arrow</keycap> to position the cursor at the end of the next word.
  3034. </para>
  3035. </entry>
  3036. </row>
  3037. <row>
  3038. <entry colname="colspec0" valign="top">
  3039. <para>
  3040. <keycap>Home</keycap>
  3041. </para>
  3042. </entry>
  3043. <entry colname="colspec1" valign="top">
  3044. <para>
  3045. Position the cursor at the start of the line.
  3046. </para>
  3047. </entry>
  3048. </row>
  3049. <row>
  3050. <entry colname="colspec0" valign="top">
  3051. <para>
  3052. <keycap>End</keycap>
  3053. </para>
  3054. </entry>
  3055. <entry colname="colspec1" valign="top">
  3056. <para>
  3057. Position the cursor at the end of the line.
  3058. </para>
  3059. </entry>
  3060. </row>
  3061. <row>
  3062. <entry colname="colspec0" valign="top">
  3063. <para><keycombo><keycap>Shift</keycap>
  3064. <keycap>left arrow</keycap></keycombo> or 
  3065. <keycap>right arrow</keycap></para>
  3066. </entry>
  3067. <entry colname="colspec1" valign="top">
  3068. <para>
  3069. Select one character at a time to the left or right of the cursor.
  3070. </para>
  3071. </entry>
  3072. </row>
  3073. <row>
  3074. <entry colname="colspec0" valign="top">
  3075. <para><keycombo><keycap>Shift</keycap>
  3076. <keycap>Ctrl</keycap><keycap>left arrow
  3077. </keycap></keycombo> or <keycap>right arrow
  3078. </keycap></para>
  3079. </entry>
  3080. <entry colname="colspec1" valign="top">
  3081. <para>
  3082. Select one word at a time to the left or right of the cursor.
  3083. </para>
  3084. </entry>
  3085. </row>
  3086. <row>
  3087. <entry colname="colspec0" valign="top">
  3088. <para><keycombo><keycap>Shift</keycap>
  3089. <keycap>Home</keycap></keycombo></para>
  3090. </entry>
  3091. <entry colname="colspec1" valign="top">
  3092. <para>
  3093. Select all text to the left of the cursor.
  3094. </para>
  3095. </entry>
  3096. </row>
  3097. <row>
  3098. <entry colname="colspec0" valign="top">
  3099. <para><keycombo><keycap>Shift</keycap>
  3100. <keycap>End</keycap></keycombo></para>
  3101. </entry>
  3102. <entry colname="colspec1" valign="top">
  3103. <para>
  3104. Select all text to the right of the cursor.
  3105. </para>
  3106. </entry>
  3107. </row>
  3108. <row>
  3109. <entry colname="colspec0" valign="top">
  3110. <para><keycombo><keycap>Ctrl</keycap>
  3111. <keycap>A</keycap></keycombo></para>
  3112. </entry>
  3113. <entry colname="colspec1" valign="top">
  3114. <para>
  3115. Select all text in the text box.
  3116. </para>
  3117. </entry>
  3118. </row>
  3119. </tbody>
  3120. </tgroup>
  3121. </informaltable>
  3122. <para>
  3123. In addition to the keyboard shortcuts listed in the previous table, use the keyboard shortcuts in the following table to navigate multi-line text boxes:
  3124. </para>
  3125. <informaltable frame="topbot">
  3126. <tgroup cols="2" colsep="0" rowsep="0">
  3127. <colspec colname="colspec0" colwidth="33*"/>
  3128. <colspec colname="colspec1" colwidth="67*"/>
  3129. <thead>
  3130. <row rowsep="1">
  3131. <entry valign="top">
  3132. <para>Keys</para>
  3133. </entry>
  3134. <entry valign="top">
  3135. <para>Function</para>
  3136. </entry>
  3137. </row>
  3138. </thead>
  3139. <tbody>
  3140. <row>
  3141. <entry valign="top">
  3142. <para>
  3143. <keycap>Page Up</keycap>
  3144. </para>
  3145. </entry>
  3146. <entry valign="top">
  3147. <para>
  3148. Position the cursor at the top of the current view. Press <keycap>Page Up</keycap> again to position the cursor at the top of the previous view.
  3149. </para>
  3150. </entry>
  3151. </row>
  3152. <row>
  3153. <entry colname="colspec0" valign="top">
  3154. <para>
  3155. <keycap>Page Down</keycap>
  3156. </para>
  3157. </entry>
  3158. <entry colname="colspec1" valign="top">
  3159. <para>
  3160. Position the cursor at the end of the current view. Press <keycap>Page Down</keycap> 
  3161. again to position the cursor at the end of the previous view.
  3162. </para>
  3163. </entry>
  3164. </row>
  3165. <row>
  3166. <entry colname="colspec0" valign="top">
  3167. <para><keycombo><keycap>Ctrl</keycap>
  3168. <keycap>up arrow</keycap></keycombo></para>
  3169. </entry>
  3170. <entry colname="colspec1" valign="top">
  3171. <para>
  3172. Position the cursor at the start of the current paragraph. Press and hold <keycap>Ctrl</keycap> and continue to press the <keycap>up arrow</keycap> key to position the cursor at the start of the previous 
  3173. paragraph.
  3174. </para>
  3175. </entry>
  3176. </row>
  3177. <row>
  3178. <entry colname="colspec0" valign="top">
  3179. <para><keycombo><keycap>Ctrl</keycap>
  3180. <keycap>down arrow</keycap></keycombo></para>
  3181. </entry>
  3182. <entry colname="colspec1" valign="top">
  3183. <para>
  3184. Position the cursor at the end of the current paragraph. Press and hold <keycap>Ctrl</keycap> and continue to press the <keycap>down arrow</keycap> key to position the cursor at the end of the next 
  3185. paragraph.
  3186. </para>
  3187. </entry>
  3188. </row>
  3189. <row>
  3190. <entry colname="colspec0" valign="top">
  3191. <para><keycombo><keycap>Ctrl</keycap>
  3192. <keycap>Page Up</keycap></keycombo></para>
  3193. </entry>
  3194. <entry colname="colspec1" valign="top">
  3195. <para>
  3196. Position the cursor one view width to the left.
  3197. </para>
  3198. </entry>
  3199. </row>
  3200. <row>
  3201. <entry colname="colspec0" valign="top">
  3202. <para><keycombo><keycap>Ctrl</keycap>
  3203. <keycap>Page Down</keycap></keycombo></para>
  3204. </entry>
  3205. <entry colname="colspec1" valign="top">
  3206. <para>
  3207. Position the cursor one view width to the right.
  3208. </para>
  3209. </entry>
  3210. </row>
  3211. <row>
  3212. <entry colname="colspec0" valign="top">
  3213. <para><keycombo><keycap>Ctrl</keycap>
  3214. <keycap>Home</keycap></keycombo></para>
  3215. </entry>
  3216. <entry colname="colspec1" valign="top">
  3217. <para>
  3218. Position the cursor at the start of the text box.
  3219. </para>
  3220. </entry>
  3221. </row>
  3222. <row>
  3223. <entry colname="colspec0" valign="top">
  3224. <para><keycombo><keycap>Ctrl</keycap>
  3225. <keycap>End</keycap></keycombo></para>
  3226. </entry>
  3227. <entry colname="colspec1" valign="top">
  3228. <para>
  3229. Position the cursor at the end of the text box.
  3230. </para>
  3231. </entry>
  3232. </row>
  3233. <row>
  3234. <entry colname="colspec0" valign="top">
  3235. <para><keycombo><keycap>Ctrl</keycap>
  3236. <keycap>Tab</keycap></keycombo></para>
  3237. </entry>
  3238. <entry colname="colspec1" valign="top">
  3239. <para>
  3240. Give focus to the next control on the dialog.
  3241. </para>
  3242. </entry>
  3243. </row>
  3244. <row>
  3245. <entry colname="colspec0" valign="top">
  3246. <para><keycombo><keycap>Shift</keycap>
  3247. <keycap>Page Up</keycap></keycombo></para>
  3248. </entry>
  3249. <entry colname="colspec1" valign="top">
  3250. <para>
  3251. Select the text to the start of the current view. Press and hold <keycap>Shift</keycap> and continue to press <keycap>Page Up</keycap> to extend the selection to the start of the previous view.
  3252. </para>
  3253. </entry>
  3254. </row>
  3255. <row>
  3256. <entry colname="colspec0" valign="top">
  3257. <para><keycombo><keycap>Shift</keycap>
  3258. <keycap>Page Down</keycap></keycombo></para>
  3259. </entry>
  3260. <entry colname="colspec1" valign="top">
  3261. <para>
  3262. Select the text to the end of the current view. Press and hold <keycap>Shift</keycap> and continue to press <keycap>Page Down</keycap> to extend the selection to the end of the next view.
  3263. </para>
  3264. </entry>
  3265. </row>
  3266. <row>
  3267. <entry colname="colspec0" valign="top">
  3268. <para><keycombo><keycap>Shift</keycap>
  3269. <keycap>Home</keycap></keycombo></para>
  3270. </entry>
  3271. <entry colname="colspec1" valign="top">
  3272. <para>
  3273. Select the text to the start of the line.
  3274. </para>
  3275. </entry>
  3276. </row>
  3277. <row>
  3278. <entry colname="colspec0" valign="top">
  3279. <para><keycombo><keycap>Shift</keycap>
  3280. <keycap>End</keycap></keycombo></para>
  3281. </entry>
  3282. <entry colname="colspec1" valign="top">
  3283. <para>
  3284. Select the text to the end of the line.
  3285. </para>
  3286. </entry>
  3287. </row>
  3288. <row>
  3289. <entry colname="colspec0" valign="top">
  3290. <para><keycombo><keycap>Shift</keycap>
  3291. <keycap>Ctrl</keycap><keycap>up arrow</keycap>
  3292. </keycombo></para>
  3293. </entry>
  3294. <entry colname="colspec1" valign="top">
  3295. <para>
  3296. Select the text to the start of the paragraph, then to the start of the previous paragraph.
  3297. </para>
  3298. </entry>
  3299. </row>
  3300. <row>
  3301. <entry colname="colspec0" valign="top">
  3302. <para><keycombo><keycap>Shift</keycap>
  3303. <keycap>Ctrl</keycap><keycap>down arrow</keycap>
  3304. </keycombo></para>
  3305. </entry>
  3306. <entry colname="colspec1" valign="top">
  3307. <para>
  3308. Select the text to the end of the paragraph, then to the end of the next paragraph.
  3309. </para>
  3310. </entry>
  3311. </row>
  3312. <row>
  3313. <entry colname="colspec0" valign="top">
  3314. <para><keycombo><keycap>Shift</keycap>
  3315. <keycap>Ctrl</keycap><keycap>Home</keycap>
  3316. </keycombo></para>
  3317. </entry>
  3318. <entry colname="colspec1" valign="top">
  3319. <para>
  3320. Select the text to the start of the text box.
  3321. </para>
  3322. </entry>
  3323. </row>
  3324. <row>
  3325. <entry colname="colspec0" valign="top">
  3326. <para><keycombo><keycap>Shift</keycap>
  3327. <keycap>Ctrl</keycap><keycap>End</keycap>
  3328. </keycombo></para>
  3329. </entry>
  3330. <entry colname="colspec1" valign="top">
  3331. <para>
  3332. Select the text to the end of the text box.
  3333. </para>
  3334. </entry>
  3335. </row>
  3336. </tbody>
  3337. </tgroup>
  3338. </informaltable>
  3339. </section>
  3340.  
  3341. <section id="keynav-29">
  3342. <title>Navigating Spin Boxes</title>
  3343. <indexterm>
  3344. <primary>keyboard shortcuts</primary>
  3345. <secondary>for spin boxes</secondary>
  3346. </indexterm>
  3347. <para>
  3348. A spin box is a control that allows you to type a numeric value or select a value from a list of all possible values. 
  3349. </para>
  3350. <figure id="keynav-FIG-43">
  3351. <title>Sample Spin Box</title>
  3352. <screenshot>
  3353. <mediaobject>
  3354. <imageobject>
  3355. <imagedata fileref="figures/spin_box.png" format="PNG"/>
  3356. </imageobject>
  3357. <textobject>
  3358. <phrase>Sample spin box. Contains a text box and up and down arrows.</phrase>
  3359. </textobject>
  3360. </mediaobject>
  3361. </screenshot>
  3362. </figure>
  3363. <para>
  3364. The keyboard shortcuts that you use to navigate the text box area of a spin box are listed in <xref linkend="keynav-28"/>. The following table lists the keyboard shortcuts that you can use to navigate the up and down arrows in the spin box:
  3365. </para>
  3366. <informaltable frame="topbot">
  3367. <tgroup cols="2" colsep="0" rowsep="0">
  3368. <colspec colname="colspec0" colwidth="33*"/>
  3369. <colspec colname="colspec1" colwidth="67*"/>
  3370. <thead>
  3371. <row rowsep="1">
  3372. <entry valign="top">
  3373. <para>Keys</para>
  3374. </entry>
  3375. <entry valign="top">
  3376. <para>Function</para>
  3377. </entry>
  3378. </row>
  3379. </thead>
  3380. <tbody>
  3381. <row>
  3382. <entry valign="top">
  3383. <para>
  3384. <keycap>up arrow</keycap> or <keycap>down arrow</keycap>
  3385. </para>
  3386. </entry>
  3387. <entry valign="top">
  3388. <para>
  3389. Increase or decrease the value of the spin box by a small amount.
  3390. </para>
  3391. </entry>
  3392. </row>
  3393. <row>
  3394. <entry colname="colspec0" valign="top">
  3395. <para><keycap>Page Up</keycap>
  3396. or <keycap>Page Down</keycap></para>
  3397. </entry>
  3398. <entry colname="colspec1" valign="top">
  3399. <para>
  3400. Increase or decrease the value of the spin box by a large amount.
  3401. </para>
  3402. </entry>
  3403. </row>
  3404. </tbody>
  3405. </tgroup>
  3406. </informaltable>
  3407. </section>
  3408.  
  3409. <section id="keynav-30">
  3410. <title>Navigating Drop-Down Lists</title>
  3411. <indexterm>
  3412. <primary>keyboard shortcuts</primary>
  3413. <secondary>for drop-down lists</secondary>
  3414. </indexterm>
  3415. <para>
  3416. A drop-down list is a control that you use to
  3417. select one of several available items. The drop-down list contains a button that you use to display the available items. 
  3418. </para>
  3419. <figure id="keynav-FIG-44">
  3420. <title>Sample Drop-Down List</title>
  3421. <screenshot>
  3422. <mediaobject>
  3423. <imageobject>
  3424. <imagedata fileref="figures/dropdown_list_box.png" 
  3425. format="PNG"/>
  3426. </imageobject>
  3427. <textobject>
  3428. <phrase>Sample drop-down list.</phrase>
  3429. </textobject>
  3430. </mediaobject>
  3431. </screenshot>
  3432. </figure>
  3433. <para>
  3434. The following table lists the keyboard shortcuts that you can use to navigate a drop-down list:
  3435. </para>
  3436. <informaltable frame="topbot">
  3437. <tgroup cols="2" colsep="0" rowsep="0">
  3438. <colspec colname="colspec0" colwidth="33*"/>
  3439. <colspec colname="colspec1" colwidth="67*"/>
  3440. <thead>
  3441. <row rowsep="1">
  3442. <entry valign="top">
  3443. <para>Keys</para>
  3444. </entry>
  3445. <entry valign="top">
  3446. <para>Function</para>
  3447. </entry>
  3448. </row>
  3449. </thead>
  3450. <tbody>
  3451. <row>
  3452. <entry valign="top">
  3453. <para>
  3454. <keycap>spacebar</keycap>
  3455. </para>
  3456. </entry>
  3457. <entry valign="top">
  3458. <para>
  3459. This key performs one of the following functions:
  3460. </para>
  3461. <itemizedlist>
  3462. <listitem>
  3463. <para>
  3464. If the drop-down list is not open, this key opens the drop-down list.
  3465. </para>
  3466. </listitem>
  3467. <listitem>
  3468. <para>
  3469. If the drop-down list is open, this key accepts the current selection and closes the list. 
  3470. </para>
  3471. </listitem>
  3472. </itemizedlist>
  3473. </entry>
  3474. </row>
  3475. <row>
  3476. <entry colname="colspec0" valign="top">
  3477. <para>
  3478. <keycap>up arrow</keycap>
  3479. </para>
  3480. </entry>
  3481. <entry colname="colspec1" valign="top">
  3482. <para>
  3483. Select the previous list item.
  3484. </para>
  3485. </entry>
  3486. </row>
  3487. <row>
  3488. <entry colname="colspec0" valign="top">
  3489. <para>
  3490. <keycap>down arrow</keycap>
  3491. </para>
  3492. </entry>
  3493. <entry colname="colspec1" valign="top">
  3494. <para>
  3495. Select the next list item.
  3496. </para>
  3497. </entry>
  3498. </row>
  3499. <row>
  3500. <entry colname="colspec0" valign="top">
  3501. <para>
  3502. <keycap>Esc</keycap>
  3503. </para>
  3504. </entry>
  3505. <entry colname="colspec1" valign="top">
  3506. <para>
  3507. Close the list without changing the selection.
  3508. </para>
  3509. </entry>
  3510. </row>
  3511. </tbody>
  3512. </tgroup>
  3513. </informaltable>
  3514. </section>
  3515.  
  3516. <section id="keynav-31">
  3517. <title>Navigating Drop-Down Combination Boxes</title>
  3518. <indexterm>
  3519. <primary>keyboard shortcuts</primary>
  3520. <secondary>for drop-down combination
  3521. boxes</secondary>
  3522. </indexterm>
  3523. <para>
  3524. A drop-down combination box is a text box
  3525. with a drop-down list attached.
  3526. </para>
  3527. <figure id="keynav-FIG-45">
  3528. <title>Sample Drop-Down Combination Box</title>
  3529. <screenshot>
  3530. <mediaobject>
  3531. <imageobject>
  3532. <imagedata 
  3533. fileref="figures/dropdown_combination_box.png" 
  3534. format="PNG"/>
  3535. </imageobject>
  3536. <textobject>
  3537. <phrase>
  3538. Sample drop-down combination box. Contains a text box and an arrow button that you click to display the drop-down list.
  3539. </phrase>
  3540. </textobject>
  3541. </mediaobject>
  3542. </screenshot>
  3543. </figure>
  3544. <para>
  3545. When the text box has focus, use the keyboard shortcuts that are listed in <xref linkend="keynav-28"/> to navigate the text box area. When the text box has focus, 
  3546. you can also use the keyboard shortcuts in the following table to navigate the drop-down list area:
  3547. </para>
  3548. <informaltable frame="topbot">
  3549. <tgroup cols="2" colsep="0" rowsep="0">
  3550. <colspec colname="colspec0" colwidth="33*"/>
  3551. <colspec colname="colspec1" colwidth="67*"/>
  3552. <thead>
  3553. <row rowsep="1">
  3554. <entry valign="top">
  3555. <para>Keys</para>
  3556. </entry>
  3557. <entry valign="top">
  3558. <para>Function</para>
  3559. </entry>
  3560. </row>
  3561. </thead>
  3562. <tbody>
  3563. <row>
  3564. <entry valign="top">
  3565. <para>
  3566. <keycap>up arrow</keycap>
  3567. </para>
  3568. </entry>
  3569. <entry valign="top">
  3570. <para>
  3571. Select the previous item from the drop-down list without displaying the list.
  3572. </para>
  3573. </entry>
  3574. </row>
  3575. <row>
  3576. <entry colname="colspec0" valign="top">
  3577. <para>
  3578. <keycap>down arrow</keycap>
  3579. </para>
  3580. </entry>
  3581. <entry colname="colspec1" valign="top">
  3582. <para>
  3583. Select the next item from the drop-down list without displaying the list.
  3584. </para>
  3585. </entry>
  3586. </row>
  3587. <row>
  3588. <entry colname="colspec0" valign="top">
  3589. <para><keycombo><keycap>Ctrl</keycap>
  3590. <keycap>down arrow</keycap></keycombo>
  3591. </para>
  3592. </entry>
  3593. <entry colname="colspec1" valign="top">
  3594. <para>
  3595. Open the drop-down list.
  3596. </para>
  3597. </entry>
  3598. </row>
  3599. </tbody>
  3600. </tgroup>
  3601. </informaltable>
  3602. <para>
  3603. When the drop-down list has focus, you can use the keyboard shortcuts that are listed in the following table to navigate the drop-down list:
  3604. </para>
  3605. <informaltable frame="topbot">
  3606. <tgroup cols="2" colsep="0" rowsep="0">
  3607. <colspec colname="colspec0" colwidth="33*"/>
  3608. <colspec colname="colspec1" colwidth="67*"/>
  3609. <thead>
  3610. <row rowsep="1">
  3611. <entry valign="top">
  3612. <para>Keys</para>
  3613. </entry>
  3614. <entry valign="top">
  3615. <para>Function</para>
  3616. </entry>
  3617. </row>
  3618. </thead>
  3619. <tbody>
  3620. <row>
  3621. <entry valign="top">
  3622. <para>
  3623. <keycap>up arrow</keycap>
  3624. </para>
  3625. </entry>
  3626. <entry valign="top">
  3627. <para>
  3628. Select the previous list item.
  3629. </para>
  3630. </entry>
  3631. </row>
  3632. <row>
  3633. <entry colname="colspec0" valign="top">
  3634. <para>
  3635. <keycap>down arrow</keycap>
  3636. </para>
  3637. </entry>
  3638. <entry colname="colspec1" valign="top">
  3639. <para>
  3640. Select the next list item.
  3641. </para>
  3642. </entry>
  3643. </row>
  3644. <row>
  3645. <entry colname="colspec0" valign="top">
  3646. <para>
  3647. <keycap>Home</keycap>
  3648. </para>
  3649. </entry>
  3650. <entry colname="colspec1" valign="top">
  3651. <para>
  3652. Select the first item in the list.
  3653. </para>
  3654. </entry>
  3655. </row>
  3656. <row>
  3657. <entry colname="colspec0" valign="top">
  3658. <para>
  3659. <keycap>End</keycap>
  3660. </para>
  3661. </entry>
  3662. <entry colname="colspec1" valign="top">
  3663. <para>
  3664. Select the last item in the list.
  3665. </para>
  3666. </entry>
  3667. </row>
  3668. <row>
  3669. <entry colname="colspec0" valign="top">
  3670. <para>
  3671. <keycap>Page Up</keycap>
  3672. </para>
  3673. </entry>
  3674. <entry colname="colspec1" valign="top">
  3675. <para>
  3676. Select the item at the top of the current list view.
  3677. </para>
  3678. </entry>
  3679. </row>
  3680. <row>
  3681. <entry colname="colspec0" valign="top">
  3682. <para>
  3683. <keycap>Page Down</keycap>
  3684. </para>
  3685. </entry>
  3686. <entry colname="colspec1" valign="top">
  3687. <para>
  3688. Select the item at the bottom of the current list view.
  3689. </para>
  3690. </entry>
  3691. </row>
  3692. <row>
  3693. <entry colname="colspec0" valign="top">
  3694. <para>
  3695. <keycap>spacebar</keycap>
  3696. </para>
  3697. </entry>
  3698. <entry colname="colspec1" valign="top">
  3699. <para>
  3700. Accept the current selection and close the drop-down list.
  3701. </para>
  3702. </entry>
  3703. </row>
  3704. <row>
  3705. <entry colname="colspec0" valign="top">
  3706. <para><keycombo><keycap>Ctrl</keycap>
  3707. <keycap>Page Up</keycap></keycombo></para>
  3708. </entry>
  3709. <entry colname="colspec1" valign="top">
  3710. <para>
  3711. Scroll to the left of the list, if required.
  3712. </para>
  3713. </entry>
  3714. </row>
  3715. <row>
  3716. <entry colname="colspec0" valign="top">
  3717. <para><keycombo><keycap>Ctrl</keycap>
  3718. <keycap>Page Down</keycap></keycombo></para>
  3719. </entry>
  3720. <entry colname="colspec1" valign="top">
  3721. <para>
  3722. Scroll to the right of the list, if required.
  3723. </para>
  3724. </entry>
  3725. </row>
  3726. </tbody>
  3727. </tgroup>
  3728. </informaltable>
  3729. </section>
  3730.  
  3731. <section id="keynav-32">
  3732. <title>Navigating Sliders</title>
  3733. <indexterm>
  3734. <primary>keyboard shortcuts</primary>
  3735. <secondary>for sliders</secondary>
  3736. </indexterm>
  3737. <para>
  3738. A slider is a control that you use to set a value in a continuous range of values.
  3739. </para>
  3740. <figure id="keynav-FIG-46">
  3741. <title>Sample Slider</title>
  3742. <screenshot>
  3743. <mediaobject>
  3744. <imageobject>
  3745. <imagedata fileref="figures/slider.png" format="PNG"/>
  3746. </imageobject>
  3747. <textobject>
  3748. <phrase>
  3749. Sample slider. Displays a slider control that you can move left or right.
  3750. </phrase>
  3751. </textobject>
  3752. </mediaobject>
  3753. </screenshot>
  3754. </figure>
  3755. <para>
  3756. The following table describes the keyboard shortcuts that you can use to navigate a slider:
  3757. </para>
  3758. <informaltable frame="topbot">
  3759. <tgroup cols="2" colsep="0" rowsep="0">
  3760. <colspec colname="colspec0" colwidth="33*"/>
  3761. <colspec colname="colspec1" colwidth="67*"/>
  3762. <thead>
  3763. <row rowsep="1">
  3764. <entry valign="top">
  3765. <para>Keys</para>
  3766. </entry>
  3767. <entry valign="top">
  3768. <para>Function</para>
  3769. </entry>
  3770. </row>
  3771. </thead>
  3772. <tbody>
  3773. <row>
  3774. <entry valign="top">
  3775. <para><keycap>left arrow</keycap> or <keycap>up arrow
  3776. </keycap></para>
  3777. </entry>
  3778. <entry valign="top">
  3779. <para>
  3780. Move the slider left or up by a small amount.
  3781. </para>
  3782. </entry>
  3783. </row>
  3784. <row>
  3785. <entry colname="colspec0" valign="top">
  3786. <para><keycap>right arrow</keycap>
  3787. or <keycap>down arrow</keycap></para>
  3788. </entry>
  3789. <entry colname="colspec1" valign="top">
  3790. <para>
  3791. Move the slider right or down by a small amount.
  3792. </para>
  3793. </entry>
  3794. </row>
  3795. <row>
  3796. <entry colname="colspec0" valign="top">
  3797. <para>
  3798. <keycap>Page Up</keycap>
  3799. </para>
  3800. </entry>
  3801. <entry colname="colspec1" valign="top">
  3802. <para>
  3803. Move the slider left or up by a large amount.
  3804. </para>
  3805. </entry>
  3806. </row>
  3807. <row>
  3808. <entry colname="colspec0" valign="top">
  3809. <para>
  3810. <keycap>Page Down</keycap>
  3811. </para>
  3812. </entry>
  3813. <entry colname="colspec1" valign="top">
  3814. <para>
  3815. Move the slider right or down by a large amount.
  3816. </para>
  3817. </entry>
  3818. </row>
  3819. <row>
  3820. <entry colname="colspec0" valign="top">
  3821. <para>
  3822. <keycap>Home</keycap>
  3823. </para>
  3824. </entry>
  3825. <entry colname="colspec1" valign="top">
  3826. <para>
  3827. Move the slider to the maximum value.
  3828. </para>
  3829. </entry>
  3830. </row>
  3831. <row>
  3832. <entry colname="colspec0" valign="top">
  3833. <para>
  3834. <keycap>End</keycap>
  3835. </para>
  3836. </entry>
  3837. <entry colname="colspec1" valign="top">
  3838. <para>
  3839. Move the slider to the minimum value.
  3840. </para>
  3841. </entry>
  3842. </row>
  3843. </tbody>
  3844. </tgroup>
  3845. </informaltable>
  3846. </section>
  3847.  
  3848. <section id="keynav-33">
  3849. <title>Navigating Tabbed Sections</title>
  3850. <indexterm>
  3851. <primary>keyboard shortcuts</primary>
  3852. <secondary>for tabbed sections</secondary>
  3853. </indexterm>
  3854. <figure id="keynav-FIG-47">
  3855. <title>Sample Dialog with Tabbed Sections</title>
  3856. <screenshot>
  3857. <mediaobject>
  3858. <imageobject>
  3859. <imagedata fileref="figures/tabbed_section.png" 
  3860. format="PNG"/>
  3861. </imageobject>
  3862. <textobject>
  3863. <phrase>
  3864. Editing profile dialog from the GNOME <application>Terminal</application> application; contains six tabbed sections.
  3865. </phrase>
  3866. </textobject>
  3867. </mediaobject>
  3868. </screenshot>
  3869. </figure>
  3870. <para>
  3871. Windows and dialogs are sometimes divided into logical sections that are displayed one section at a time on the window or dialog. The overall control is referred to as a notebook or tabbed panel. The divisions are called panels, pages, or tabs, and are sometimes collectively referred to as a tabstrip or notebook header. Each individual tab is identified by a text label.
  3872. </para>
  3873. <para>
  3874. The following table lists the keyboard shortcuts that you can use to navigate the tabbed sections of a window or dialog when a tabstrip has focus:
  3875. </para>
  3876. <informaltable frame="topbot">
  3877. <tgroup cols="2" colsep="0" rowsep="0">
  3878. <colspec colname="colspec0" colwidth="33*"/>
  3879. <colspec colname="colspec1" colwidth="67*"/>
  3880. <thead>
  3881. <row rowsep="1">
  3882. <entry valign="top">
  3883. <para>Keys</para>
  3884. </entry>
  3885. <entry valign="top">
  3886. <para>Function</para>
  3887. </entry>
  3888. </row>
  3889. </thead>
  3890. <tbody>
  3891. <row>
  3892. <entry valign="top">
  3893. <para>
  3894. <keycap>left arrow</keycap>
  3895. </para>
  3896. </entry>
  3897. <entry valign="top">
  3898. <para>
  3899. Give focus to the previous tabbed section.
  3900. </para>
  3901. </entry>
  3902. </row>
  3903. <row>
  3904. <entry colname="colspec0" valign="top">
  3905. <para>
  3906. <keycap>right arrow</keycap>
  3907. </para>
  3908. </entry>
  3909. <entry colname="colspec1" valign="top">
  3910. <para>
  3911. Give focus to the next tabbed section.
  3912. </para>
  3913. </entry>
  3914. </row>
  3915. <row>
  3916. <entry colname="colspec0" valign="top">
  3917. <para><keycap>Tab</keycap> or<keycombo>
  3918. <keycap>Ctrl</keycap><keycap>down arrow
  3919. </keycap></keycombo></para>
  3920. </entry>
  3921. <entry colname="colspec1" valign="top">
  3922. <para>
  3923. Give focus to the first control in the active section.
  3924. </para>
  3925. </entry>
  3926. </row>
  3927. </tbody>
  3928. </tgroup>
  3929. </informaltable>
  3930. <para>
  3931. The following table lists the keyboard shortcuts that you can use to navigate a 
  3932. window or dialog when a control within a section has focus:
  3933. </para>
  3934. <informaltable frame="topbot">
  3935. <tgroup cols="2" colsep="0" rowsep="0">
  3936. <colspec colname="colspec0" colwidth="33*"/>
  3937. <colspec colname="colspec1" colwidth="67*"/>
  3938. <thead>
  3939. <row rowsep="1">
  3940. <entry valign="top">
  3941. <para>Keys</para>
  3942. </entry>
  3943. <entry valign="top">
  3944. <para>Function</para>
  3945. </entry>
  3946. </row>
  3947. </thead>
  3948. <tbody>
  3949. <row>
  3950. <entry valign="top">
  3951. <para>
  3952. <keycombo><keycap>Ctrl</keycap>
  3953. <keycap>Alt</keycap><keycap>Page Up
  3954. </keycap></keycombo>
  3955. </para>
  3956. </entry>
  3957. <entry valign="top">
  3958. <para>
  3959. Give focus to the previous section. 
  3960. </para>
  3961. </entry>
  3962. </row>
  3963. <row>
  3964. <entry colname="colspec0" valign="top">
  3965. <para>
  3966. <keycombo><keycap>Ctrl</keycap><keycap>Alt
  3967. </keycap><keycap>Page Down</keycap></keycombo>
  3968. </para>
  3969. </entry>
  3970. <entry colname="colspec1" valign="top">
  3971. <para>
  3972. Give focus to the next section.
  3973. </para>
  3974. </entry>
  3975. </row>
  3976. <row>
  3977. <entry colname="colspec0" valign="top">
  3978. <para><keycombo><keycap>Ctrl</keycap>
  3979. <keycap>Tab</keycap></keycombo></para>
  3980. </entry>
  3981. <entry colname="colspec1" valign="top">
  3982. <para>
  3983. Give focus to the next control outside the sections.
  3984. </para>
  3985. </entry>
  3986. </row>
  3987. </tbody>
  3988. </tgroup>
  3989. </informaltable>
  3990. </section>
  3991.  
  3992. <section id="keynav-34">
  3993. <title>Navigating Lists</title>
  3994. <indexterm>
  3995. <primary>keyboard shortcuts</primary>
  3996. <secondary>for lists</secondary>
  3997. </indexterm>
  3998. <para>
  3999. The following table lists the keyboard shortcuts that you can use to navigate multi-column lists when a column header has focus:
  4000. </para>
  4001. <informaltable frame="topbot">
  4002. <tgroup cols="2" colsep="0" rowsep="0">
  4003. <colspec colname="colspec0" colwidth="33*"/>
  4004. <colspec colname="colspec1" colwidth="67*"/>
  4005. <thead>
  4006. <row rowsep="1">
  4007. <entry valign="top">
  4008. <para>Keys</para>
  4009. </entry>
  4010. <entry valign="top">
  4011. <para>Function</para>
  4012. </entry>
  4013. </row>
  4014. </thead>
  4015. <tbody>
  4016. <row>
  4017. <entry valign="top">
  4018. <para>
  4019. <keycap>left arrow</keycap> or <keycap>right arrow</keycap>
  4020. </para>
  4021. </entry>
  4022. <entry valign="top">
  4023. <para>
  4024. Give focus to the previous or next column header.
  4025. </para>
  4026. </entry>
  4027. </row>
  4028. <row>
  4029. <entry colname="colspec0" valign="top">
  4030. <para>
  4031. <keycap>spacebar</keycap>
  4032. </para>
  4033. </entry>
  4034. <entry colname="colspec1" valign="top">
  4035. <para>
  4036. Activate the header. This action usually sorts the list by the column header.
  4037. </para>
  4038. </entry>
  4039. </row>
  4040. <row>
  4041. <entry colname="colspec0" valign="top">
  4042. <para>
  4043. <keycap>Tab</keycap>
  4044. </para>
  4045. </entry>
  4046. <entry colname="colspec1" valign="top">
  4047. <para>
  4048. Give focus to the list contents.
  4049. </para>
  4050. </entry>
  4051. </row>
  4052. </tbody>
  4053. </tgroup>
  4054. </informaltable>
  4055. <para>
  4056. The following table lists the keyboard shortcuts that you can use to navigate lists when the list area has focus:
  4057. </para>
  4058. <informaltable frame="topbot">
  4059. <tgroup cols="2" colsep="0" rowsep="0">
  4060. <colspec colname="colspec0" colwidth="33*"/>
  4061. <colspec colname="colspec1" colwidth="67*"/>
  4062. <thead>
  4063. <row rowsep="1">
  4064. <entry valign="top">
  4065. <para>Keys</para>
  4066. </entry>
  4067. <entry valign="top">
  4068. <para>Function</para>
  4069. </entry>
  4070. </row>
  4071. </thead>
  4072. <tbody>
  4073. <row>
  4074. <entry valign="top">
  4075. <para>arrow keys</para>
  4076. </entry>
  4077. <entry valign="top">
  4078. <para>
  4079. Select the next or previous row or column.
  4080. </para>
  4081. </entry>
  4082. </row>
  4083. <row>
  4084. <entry colname="colspec0" valign="top">
  4085. <para>
  4086. <keycap>Page Up</keycap>
  4087. </para>
  4088. </entry>
  4089. <entry colname="colspec1" valign="top">
  4090. <para>
  4091. Select the top row of the list contents that are currently in view. Press <keycap>Page Up</keycap> again to select the top row of the previous view.
  4092. </para>
  4093. </entry>
  4094. </row>
  4095. <row>
  4096. <entry colname="colspec0" valign="top">
  4097. <para>
  4098. <keycap>Page Down</keycap>
  4099. </para>
  4100. </entry>
  4101. <entry colname="colspec1" valign="top">
  4102. <para>
  4103. Select the bottom row of the list contents that are currently in view. Press <keycap>Page Down</keycap> again to select the bottom row of the next view.
  4104. </para>
  4105. </entry>
  4106. </row>
  4107. <row>
  4108. <entry colname="colspec0" valign="top">
  4109. <para>
  4110. <keycap>Home</keycap>
  4111. </para>
  4112. </entry>
  4113. <entry colname="colspec1" valign="top">
  4114. <para>
  4115. Select the first row in the list.
  4116. </para>
  4117. </entry>
  4118. </row>
  4119. <row>
  4120. <entry colname="colspec0" valign="top">
  4121. <para>
  4122. <keycap>End</keycap>
  4123. </para>
  4124. </entry>
  4125. <entry colname="colspec1" valign="top">
  4126. <para>
  4127. Select the last row in the list.
  4128. </para>
  4129. </entry>
  4130. </row>
  4131. <row>
  4132. <entry colname="colspec0" valign="top">
  4133. <para><keycap>Shift</keycap> +
  4134. arrow keys</para>
  4135. </entry>
  4136. <entry colname="colspec1" valign="top">
  4137. <para>
  4138. For lists that support multi-line selections, add the next or previous row or column to the current selection.
  4139. </para>
  4140. <para>
  4141. For lists that only allow single line selections, select the next or previous row or column.
  4142. </para>
  4143. </entry>
  4144. </row>
  4145. <row>
  4146. <entry colname="colspec0" valign="top">
  4147. <para><keycombo><keycap>Shift</keycap>
  4148. <keycap>Page Up</keycap></keycombo></para>
  4149. </entry>
  4150. <entry colname="colspec1" valign="top">
  4151. <para>
  4152. Select all the rows between the current selection and the top row of the view. 
  4153. </para>
  4154. </entry>
  4155. </row>
  4156. <row>
  4157. <entry colname="colspec0" valign="top">
  4158. <para><keycombo><keycap>Shift</keycap>
  4159. <keycap>Page Down</keycap></keycombo></para>
  4160. </entry>
  4161. <entry colname="colspec1" valign="top">
  4162. <para>
  4163. Select all the rows between the current selection and the bottom row of the view. 
  4164. </para>
  4165. </entry>
  4166. </row>
  4167. <row>
  4168. <entry colname="colspec0" valign="top">
  4169. <para><keycombo><keycap>Shift</keycap>
  4170. <keycap>Home</keycap></keycombo></para>
  4171. </entry>
  4172. <entry colname="colspec1" valign="top">
  4173. <para>
  4174. Select all the rows between the current selection and the first row in the list. 
  4175. </para>
  4176. </entry>
  4177. </row>
  4178. <row>
  4179. <entry colname="colspec0" valign="top">
  4180. <para><keycombo><keycap>Shift</keycap>
  4181. <keycap>End</keycap></keycombo></para>
  4182. </entry>
  4183. <entry colname="colspec1" valign="top">
  4184. <para>
  4185. Select all the rows between the current selection and the last row in the list. 
  4186. </para>
  4187. </entry>
  4188. </row>
  4189. <row>
  4190. <entry colname="colspec0" valign="top">
  4191. <para>
  4192. <keycap>Ctrl</keycap> + arrow keys
  4193. </para>
  4194. </entry>
  4195. <entry colname="colspec1" valign="top">
  4196. <para>
  4197. Give focus to the next row or column without extending the selection. Further items can be selected by pressing <keycap>spacebar</keycap>.
  4198. </para>
  4199. </entry>
  4200. </row>
  4201. <row>
  4202. <entry colname="colspec0" valign="top">
  4203. <para><keycombo><keycap>Ctrl</keycap>
  4204. <keycap>Page Up</keycap></keycombo></para>
  4205. </entry>
  4206. <entry colname="colspec1" valign="top">
  4207. <para>
  4208. Give focus to the top row in the view without extending the selection.
  4209. </para>
  4210. </entry>
  4211. </row>
  4212. <row>
  4213. <entry colname="colspec0" valign="top">
  4214. <para><keycombo><keycap>Ctrl</keycap>
  4215. <keycap>Page Down</keycap></keycombo></para>
  4216. </entry>
  4217. <entry colname="colspec1" valign="top">
  4218. <para>
  4219. Give focus to the bottom row in the view without extending the selection.
  4220. </para>
  4221. </entry>
  4222. </row>
  4223. <row>
  4224. <entry colname="colspec0" valign="top">
  4225. <para><keycombo><keycap>Ctrl</keycap>
  4226. <keycap>Home</keycap></keycombo></para>
  4227. </entry>
  4228. <entry colname="colspec1" valign="top">
  4229. <para>
  4230. Give focus to the first row in the list without extending the selection.
  4231. </para>
  4232. </entry>
  4233. </row>
  4234. <row>
  4235. <entry colname="colspec0" valign="top">
  4236. <para><keycombo><keycap>Ctrl</keycap>
  4237. <keycap>End</keycap></keycombo></para>
  4238. </entry>
  4239. <entry colname="colspec1" valign="top">
  4240. <para>
  4241. Give focus to the last row in the list without extending the selection.
  4242. </para>
  4243. </entry>
  4244. </row>
  4245. <row>
  4246. <entry colname="colspec0" valign="top">
  4247. <para>
  4248. <keycap>Return</keycap>
  4249. </para>
  4250. </entry>
  4251. <entry colname="colspec1" valign="top">
  4252. <para>
  4253. Activate the item(s).
  4254. </para>
  4255. </entry>
  4256. </row>
  4257. <row>
  4258. <entry colname="colspec0" valign="top">
  4259. <para><keycombo><keycap>Ctrl</keycap>
  4260. <keycap>A</keycap></keycombo></para>
  4261. </entry>
  4262. <entry colname="colspec1" valign="top">
  4263. <para>
  4264. Select all rows (for lists that support multi-line selections).
  4265. </para>
  4266. </entry>
  4267. </row>
  4268. <row>
  4269. <entry colname="colspec0" valign="top">
  4270. <para><keycombo><keycap>Shift</keycap>
  4271. <keycap>Tab</keycap></keycombo></para>
  4272. </entry>
  4273. <entry colname="colspec1" valign="top">
  4274. <para>
  4275. Give focus to the column header, if applicable.
  4276. </para>
  4277. </entry>
  4278. </row>
  4279. </tbody>
  4280. </tgroup>
  4281. </informaltable>
  4282. </section>
  4283.  
  4284. <section id="keynav-35">
  4285. <title>Navigating Trees</title>
  4286. <para>
  4287. A tree is a user interface control that contains sections that you can expand and collapse. A tree usually represents a hierarchical structure.
  4288. </para>
  4289. <figure id="keynav-FIG-48">
  4290. <title>Sample Tree Structure</title>
  4291. <screenshot>
  4292. <mediaobject>
  4293. <imageobject>
  4294. <imagedata fileref="figures/tree.png" format="PNG"/>
  4295. </imageobject>
  4296. <textobject>
  4297. <phrase>
  4298. Categories tree from the <application>gedit</application> preferences dialog; contains three subcategories.
  4299. </phrase>
  4300. </textobject>
  4301. </mediaobject>
  4302. </screenshot>
  4303. </figure>
  4304. <para>
  4305. To navigate trees, you can use the same keyboard shortcuts that are listed in 
  4306. <xref linkend="keynav-34"/>. In addition, the following table lists the keyboard shortcuts you can use for the tree items:
  4307. </para>
  4308. <informaltable frame="topbot">
  4309. <tgroup cols="2" colsep="0" rowsep="0">
  4310. <colspec colname="colspec0" colwidth="33*"/>
  4311. <colspec colname="colspec1" colwidth="67*"/>
  4312. <thead>
  4313. <row rowsep="1">
  4314. <entry valign="top">
  4315. <para>Keys</para>
  4316. </entry>
  4317. <entry valign="top">
  4318. <para>Function</para>
  4319. </entry>
  4320. </row>
  4321. </thead>
  4322. <tbody>
  4323. <row>
  4324. <entry valign="top">
  4325. <para>
  4326. <keycap>+</keycap> (plus) or <keycombo><keycap>shift</keycap><keycap>right</keycap></keycombo>
  4327. </para>
  4328. </entry>
  4329. <entry valign="top">
  4330. <para>
  4331. Expand the focused item.
  4332. </para>
  4333. </entry>
  4334. </row>
  4335. <row>
  4336. <entry colname="colspec0" valign="top">
  4337. <para><keycap>-</keycap> (minus) or <keycombo><keycap>shift</keycap><keycap>left</keycap></keycombo></para>
  4338. </entry>
  4339. <entry colname="colspec1" valign="top">
  4340. <para>
  4341. Collapse the focused item.
  4342. </para>
  4343. </entry>
  4344. </row>
  4345. <row>
  4346. <entry colname="colspec0" valign="top">
  4347. <para>
  4348. <keycap>backspace</keycap>
  4349. </para>
  4350. </entry>
  4351. <entry colname="colspec1" valign="top">
  4352. <para>
  4353. Select the parent item.
  4354. </para>
  4355. </entry>
  4356. </row>
  4357. <row>
  4358. <entry colname="colspec0">
  4359. <para><keycombo><keycap>Ctrl</keycap><keycap>F</keycap></keycombo></para>
  4360. </entry>
  4361. <entry colname="colspec1">
  4362. <para>
  4363. Display a search dialog, allowing you to type the name of the tree item that you want to find. Not all trees support searching.
  4364. </para>
  4365. </entry>
  4366. </row>
  4367. </tbody>
  4368. </tgroup>
  4369. </informaltable>
  4370. </section>
  4371. </section>
  4372.  
  4373. <section id="keynav-36">
  4374. <title>Customizing Your Keyboard Shortcuts</title>
  4375. <indexterm>
  4376. <primary>keyboard shortcuts</primary>
  4377. <secondary>customizing</secondary>
  4378. </indexterm>
  4379. <para>
  4380. Use the <application>Keyboard Shortcuts</application> preference tool to display the default keyboard shortcuts that you use to navigate the GNOME Desktop. You can customize the default keyboard shortcuts to meet your requirements. You can also create hot keys (keyboard shortcuts which start applications).
  4381. </para>
  4382. <para>
  4383. To start the <application>Keyboard Shortcuts
  4384. </application> preference tool, choose <menuchoice><guimenu>System</guimenu><guisubmenu>Preferences
  4385. </guisubmenu><guimenuitem>Keyboard Shortcuts
  4386. </guimenuitem></menuchoice>. The <guilabel>
  4387. Desktop shortcuts</guilabel> table lists the keyboard shortcuts that are associated with each action.
  4388. </para>
  4389.  
  4390. <!--commenting out old irrelevant Solaris-only method...
  4391. <section id="keynav-49">
  4392. <title>Customizing Keyboard Shortcuts on Solaris Systems</title>
  4393. <para>
  4394. To customize a keyboard shortcut on a Solaris system, perform the following steps:
  4395. </para>
  4396. <orderedlist>
  4397. <listitem>
  4398. <para>
  4399. Click on the action for which you want to customize the keyboard shortcut. The row is highlighted.
  4400. </para>
  4401. </listitem>
  4402. <listitem>
  4403. <para>
  4404. Click on the keyboard shortcut in the <guilabel>Shortcut</guilabel> column. The text <quote>Type a new accelerator, or press Backspace to clear</quote> is displayed in the Shortcut column. 
  4405. </para>
  4406. </listitem>
  4407. <listitem>
  4408. <para>
  4409. Press the keys that you want to associate with the action. The new keyboard shortcut is displayed in the <guilabel>Shortcut</guilabel> column.
  4410. </para>
  4411. </listitem>
  4412. </orderedlist>
  4413. <para>
  4414. To disable a keyboard shortcut, perform the following steps:
  4415. </para>
  4416. <orderedlist>
  4417. <listitem>
  4418. <para>
  4419. Click on the action for which you want to disable the keyboard shortcut. The row is highlighted.
  4420. </para>
  4421. </listitem>
  4422. <listitem>
  4423. <para>
  4424. Click on the keyboard shortcut in the <guilabel>Shortcut</guilabel> column. The text <quote>Type a new accelerator, or press Backspace to clear</quote> is displayed in the Shortcut column. 
  4425. </para>
  4426. </listitem>
  4427. <listitem>
  4428. <para>
  4429. Press the <keycap>backspace</keycap>. The keyboard shortcut is disabled.
  4430. </para>
  4431. </listitem>
  4432. </orderedlist>
  4433. </section>
  4434. -->
  4435.  
  4436. <section id="keynav-50">
  4437. <title>Assigning and Clearing Keyboard Shortcuts
  4438. </title>
  4439. <para>
  4440. To assign a keyboard shortcut, perform the following steps:
  4441. </para>
  4442. <orderedlist>
  4443. <listitem>
  4444. <para>
  4445. Click on the action for which you want to customize the keyboard shortcut. The row is highlighted and the text <quote>Type a new accelerator, or press Backspace to clear</quote> is displayed in the Shortcut column.
  4446. </para>
  4447. </listitem>
  4448. <listitem>
  4449. <para>
  4450. Press the keys that you want to associate with the action. The new keyboard shortcut is displayed in the <guilabel>Shortcut</guilabel> column.
  4451. </para>
  4452. </listitem>
  4453. </orderedlist>
  4454. <para>
  4455. To disable a keyboard shortcut, perform the following steps:
  4456. </para>
  4457. <orderedlist>
  4458. <listitem>
  4459. <para>
  4460. Click on the action for which you want to disable the keyboard shortcut. The row is highlighted and the text <quote>Type a new accelerator, or press Backspace to clear</quote> is displayed in the Shortcut column.
  4461. </para>
  4462. </listitem>
  4463. <listitem>
  4464. <para>
  4465. Press the <keycap>backspace</keycap>. The keyboard shortcut is disabled.
  4466. </para>
  4467. </listitem>
  4468. </orderedlist>
  4469. </section>
  4470. </section>
  4471. </section>
  4472. </chapter>
  4473.